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