pub enum RXINT_A {
DISABLE = 0,
ENABLE = 1,
}Expand description
RX Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RXINT_A
impl Eq for RXINT_A
impl StructuralPartialEq for RXINT_A
Auto Trait Implementations§
impl Freeze for RXINT_A
impl RefUnwindSafe for RXINT_A
impl Send for RXINT_A
impl Sync for RXINT_A
impl Unpin for RXINT_A
impl UnwindSafe for RXINT_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