pub enum TXEW {
Flush = 1,
}
Expand description
TXE
Value on reset: 1
Variants§
Flush = 1
1: Flush the transmit data register
Trait Implementations§
impl Copy for TXEW
impl Eq for TXEW
impl StructuralPartialEq for TXEW
Auto Trait Implementations§
impl Freeze for TXEW
impl RefUnwindSafe for TXEW
impl Send for TXEW
impl Sync for TXEW
impl Unpin for TXEW
impl UnwindSafe for TXEW
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