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