TimenaW

Type Alias TimenaW 

pub type TimenaW<'a, REG> = FieldWriter<'a, REG, 3, Timena, Safe>;
Expand description

Field TIMENA writer - Timer Enable

Aliased Type§

pub struct TimenaW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> TimenaW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

pub fn _0(self) -> &'a mut W<REG>

Timer always enabled

pub fn _1(self) -> &'a mut W<REG>

Timer enabled on Timer N-1 enable

pub fn _10(self) -> &'a mut W<REG>

Timer enabled on Trigger high

pub fn _11(self) -> &'a mut W<REG>

Timer enabled on Trigger high and Pin high

pub fn _100(self) -> &'a mut W<REG>

Timer enabled on Pin rising edge

pub fn _101(self) -> &'a mut W<REG>

Timer enabled on Pin rising edge and Trigger high

pub fn _110(self) -> &'a mut W<REG>

Timer enabled on Trigger rising edge

pub fn _111(self) -> &'a mut W<REG>

Timer enabled on Trigger rising or falling edge