pub enum FMPIE1 {
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
impl Eq for FMPIE1
impl StructuralPartialEq for FMPIE1
Auto Trait Implementations§
impl Freeze for FMPIE1
impl RefUnwindSafe for FMPIE1
impl Send for FMPIE1
impl Sync for FMPIE1
impl Unpin for FMPIE1
impl UnwindSafe for FMPIE1
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