pub enum EXTMOD {
Disabled = 0,
Enabled = 1,
}
Expand description
EXTMOD
Value on reset: 0
Variants§
Disabled = 0
0: Values inside the FMC_BWTR are not taken into account
Enabled = 1
1: Values inside the FMC_BWTR are taken into account
Trait Implementations§
impl Copy for EXTMOD
impl Eq for EXTMOD
impl StructuralPartialEq for EXTMOD
Auto Trait Implementations§
impl Freeze for EXTMOD
impl RefUnwindSafe for EXTMOD
impl Send for EXTMOD
impl Sync for EXTMOD
impl Unpin for EXTMOD
impl UnwindSafe for EXTMOD
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