pub enum FMPIE1_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
FMPIE1
Value on reset: 0
Variants§
DISABLED = 0
0: No interrupt generated when state of FMP[1:0] bits are not 00b
ENABLED = 1
1: Interrupt generated when state of FMP[1:0] bits are not 00b
Trait Implementations§
impl Copy for FMPIE1_A
impl StructuralPartialEq for FMPIE1_A
Auto Trait Implementations§
impl Freeze for FMPIE1_A
impl RefUnwindSafe for FMPIE1_A
impl Send for FMPIE1_A
impl Sync for FMPIE1_A
impl Unpin for FMPIE1_A
impl UnwindSafe for FMPIE1_A
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