pub enum RXEN_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Reception (RX) enable.
Value on reset: 0
Variants§
DISABLED = 0
0: Reception disabled and now data will be written to the RXD.PTR address.
ENABLED = 1
1: Reception enabled.
Trait Implementations§
impl Copy for RXEN_A
impl StructuralPartialEq for RXEN_A
Auto Trait Implementations§
impl Freeze for RXEN_A
impl RefUnwindSafe for RXEN_A
impl Send for RXEN_A
impl Sync for RXEN_A
impl Unpin for RXEN_A
impl UnwindSafe for RXEN_A
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