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