SstopR

Type Alias SstopR 

pub type SstopR = FieldReader<Sstop>;
Expand description

Field SSTOP reader - Shifter Stop bit

Aliased Type§

pub struct SstopR { /* private fields */ }

Implementations§

§

impl SstopR

pub const fn variant(&self) -> Sstop

Get enumerated values variant

pub fn is_0(&self) -> bool

Stop bit disabled for transmitter/receiver/match store

pub fn is_1(&self) -> bool

Reserved for transmitter/receiver/match store

pub fn is_10(&self) -> bool

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

pub fn is_11(&self) -> bool

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