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