pub enum FACCEN {
Disabled = 0,
Enabled = 1,
}Expand description
FACCEN
Value on reset: 1
Variants§
Disabled = 0
0: Corresponding NOR Flash memory access is disabled
Enabled = 1
1: Corresponding NOR Flash memory access is enabled
Trait Implementations§
impl Copy for FACCEN
impl Eq for FACCEN
impl StructuralPartialEq for FACCEN
Auto Trait Implementations§
impl Freeze for FACCEN
impl RefUnwindSafe for FACCEN
impl Send for FACCEN
impl Sync for FACCEN
impl Unpin for FACCEN
impl UnwindSafe for FACCEN
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