RxcfgR

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

pub const fn variant(&self) -> Rxcfg

Get enumerated values variant

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

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]).