pub enum RFCEM_A {
Unmasked = 0,
Masked = 1,
}
Expand description
Received frame CRC error mask
Value on reset: 0
Variants§
Unmasked = 0
0: Received-crc-error counter half-full interrupt enabled
Masked = 1
1: Received-crc-error counter half-full interrupt disabled
Trait Implementations§
impl Copy for RFCEM_A
impl StructuralPartialEq for RFCEM_A
Auto Trait Implementations§
impl Freeze for RFCEM_A
impl RefUnwindSafe for RFCEM_A
impl Send for RFCEM_A
impl Sync for RFCEM_A
impl Unpin for RFCEM_A
impl UnwindSafe for RFCEM_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