pub enum TXIE_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
TX Interrupt enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TXIE_A
impl StructuralPartialEq for TXIE_A
Auto Trait Implementations§
impl Freeze for TXIE_A
impl RefUnwindSafe for TXIE_A
impl Send for TXIE_A
impl Sync for TXIE_A
impl Unpin for TXIE_A
impl UnwindSafe for TXIE_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