pub enum TXEIE {
Masked = 0,
NotMasked = 1,
}
Expand description
Tx buffer empty interrupt enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TXEIE
impl Eq for TXEIE
impl StructuralPartialEq for TXEIE
Auto Trait Implementations§
impl Freeze for TXEIE
impl RefUnwindSafe for TXEIE
impl Send for TXEIE
impl Sync for TXEIE
impl Unpin for TXEIE
impl UnwindSafe for TXEIE
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