pub enum RXPIE {
Masked = 0,
NotMasked = 1,
}Expand description
RXP interrupt enable
Value on reset: 0
Variants§
Masked = 0
0: RX data available interrupt masked
NotMasked = 1
1: RX data available interrupt not masked
Trait Implementations§
impl Copy for RXPIE
impl Eq for RXPIE
impl StructuralPartialEq for RXPIE
Auto Trait Implementations§
impl Freeze for RXPIE
impl RefUnwindSafe for RXPIE
impl Send for RXPIE
impl Sync for RXPIE
impl Unpin for RXPIE
impl UnwindSafe for RXPIE
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