Type Alias RxcfgW
pub type RxcfgW<'a, REG> = BitWriter<'a, REG, Rxcfg>;Expand description
Field RXCFG writer - Receive Data Configuration
Aliased Type§
pub struct RxcfgW<'a, REG> { /* private fields */ }Implementations§
§impl<'a, REG> RxcfgW<'a, REG>where
REG: Writable + RegisterSpec,
impl<'a, REG> RxcfgW<'a, REG>where
REG: Writable + RegisterSpec,
pub fn _0(self) -> &'a mut W<REG>
pub fn _0(self) -> &'a mut W<REG>
Reading the receive data register will return receive data and clear the receive data flag.
pub fn _1(self) -> &'a mut W<REG>
pub fn _1(self) -> &'a mut W<REG>
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]).