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