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