#[repr(u8)]pub enum MODE_A {
WS0 = 0,
WS1 = 1,
}Expand description
Read Mode
Value on reset: 1
Variants§
WS0 = 0
0: Zero wait-states inserted in fetch or read transfers.
WS1 = 1
1: One wait-state inserted for each fetch or read transfer. This mode is required for a core frequency above 16 MHz.
Trait Implementations§
impl Copy for MODE_A
impl StructuralPartialEq for MODE_A
Auto Trait Implementations§
impl Freeze for MODE_A
impl RefUnwindSafe for MODE_A
impl Send for MODE_A
impl Sync for MODE_A
impl Unpin for MODE_A
impl UnwindSafe for MODE_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