SstopW

Type Alias SstopW 

pub type SstopW<'a, REG> = FieldWriter<'a, REG, 2, Sstop, Safe>;
Expand description

Field SSTOP writer - Shifter Stop bit

Aliased Type§

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

Implementations§

§

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

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

Stop bit disabled for transmitter/receiver/match store

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

Reserved for transmitter/receiver/match store

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

Transmitter outputs stop bit value 0 on store, receiver/match store sets error flag if stop bit is not 0

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

Transmitter outputs stop bit value 1 on store, receiver/match store sets error flag if stop bit is not 1