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