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