pub enum BOFIE {
Disabled = 0,
Enabled = 1,
}
Expand description
BOFIE
Value on reset: 0
Variants§
Disabled = 0
0: ERRI bit will not be set when BOFF is set
Enabled = 1
1: ERRI bit will be set when BOFF is set
Trait Implementations§
impl Copy for BOFIE
impl Eq for BOFIE
impl StructuralPartialEq for BOFIE
Auto Trait Implementations§
impl Freeze for BOFIE
impl RefUnwindSafe for BOFIE
impl Send for BOFIE
impl Sync for BOFIE
impl Unpin for BOFIE
impl UnwindSafe for BOFIE
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