pub enum TXFTIE {
Disabled = 0,
Enabled = 1,
}
Expand description
TXFTIE
Value on reset: 0
Variants§
Disabled = 0
0: Interrupt inhibited
Enabled = 1
1: USART interrupt generated when Transmit FIFO reaches the threshold programmed in TXFTCFG
Trait Implementations§
impl Copy for TXFTIE
impl Eq for TXFTIE
impl StructuralPartialEq for TXFTIE
Auto Trait Implementations§
impl Freeze for TXFTIE
impl RefUnwindSafe for TXFTIE
impl Send for TXFTIE
impl Sync for TXFTIE
impl Unpin for TXFTIE
impl UnwindSafe for TXFTIE
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