pub enum FFIE1 {
Disabled = 0,
Enabled = 1,
}
Expand description
FFIE1
Value on reset: 0
Variants§
Disabled = 0
0: No interrupt when FULL bit is set
Enabled = 1
1: Interrupt generated when FULL bit is set
Trait Implementations§
impl Copy for FFIE1
impl Eq for FFIE1
impl StructuralPartialEq for FFIE1
Auto Trait Implementations§
impl Freeze for FFIE1
impl RefUnwindSafe for FFIE1
impl Send for FFIE1
impl Sync for FFIE1
impl Unpin for FFIE1
impl UnwindSafe for FFIE1
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