pub enum FFIE0 {
Disabled = 0,
Enabled = 1,
}
Expand description
FFIE0
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 FFIE0
impl Eq for FFIE0
impl StructuralPartialEq for FFIE0
Auto Trait Implementations§
impl Freeze for FFIE0
impl RefUnwindSafe for FFIE0
impl Send for FFIE0
impl Sync for FFIE0
impl Unpin for FFIE0
impl UnwindSafe for FFIE0
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