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