SstartW

Type Alias SstartW 

pub type SstartW<'a, REG> = FieldWriter<'a, REG, 2, Sstart, Safe>;
Expand description

Field SSTART writer - Shifter Start bit

Aliased Type§

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

Implementations§

§

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

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

Start bit disabled for transmitter/receiver/match store, transmitter loads data on enable

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

Start bit disabled for transmitter/receiver/match store, transmitter loads data on first shift

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

Transmitter outputs start bit value 0 before loading data on first shift, receiver/match store sets error flag if start bit is not 0

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

Transmitter outputs start bit value 1 before loading data on first shift, receiver/match store sets error flag if start bit is not 1