TstopW

Type Alias TstopW 

pub type TstopW<'a, REG> = FieldWriter<'a, REG, 2, Tstop, Safe>;
Expand description

Field TSTOP writer - Timer Stop Bit

Aliased Type§

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

Implementations§

§

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

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

Stop bit disabled

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

Stop bit is enabled on timer compare

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

Stop bit is enabled on timer disable

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

Stop bit is enabled on timer compare and timer disable