Type Alias RxcfgR
pub type RxcfgR = BitReader<Rxcfg>;Expand description
Field RXCFG reader - Receive Data Configuration
Aliased Type§
pub struct RxcfgR { /* private fields */ }Implementations§
§impl RxcfgR
impl RxcfgR
pub fn is_0(&self) -> bool
pub fn is_0(&self) -> bool
Reading the receive data register will return receive data and clear the receive data flag.
pub fn is_1(&self) -> bool
pub fn is_1(&self) -> bool
Reading the Receive Data register when the Address Valid flag (SSR[AVF])is set, will return the Address Status register and clear the Address Valid flag. Reading the Receive Data register when the Address Valid flag is clear, will return received data and clear the Receive Data flag (MSR[RDF]).