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