Enum Rxcfg
pub enum Rxcfg {
_0 = 0,
_1 = 1,
}Expand description
Receive Data Configuration
Value on reset: 0
Variants§
_0 = 0
0: Reading the receive data register will return receive data and clear the receive data flag.
_1 = 1
1: 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]).
Trait Implementations§
impl Copy for Rxcfg
impl Eq for Rxcfg
impl StructuralPartialEq for Rxcfg
Auto Trait Implementations§
impl Freeze for Rxcfg
impl RefUnwindSafe for Rxcfg
impl Send for Rxcfg
impl Sync for Rxcfg
impl Unpin for Rxcfg
impl UnwindSafe for Rxcfg
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more