#[repr(u8)]pub enum LATENCY {
Ws0 = 0,
Ws1 = 1,
Ws2 = 2,
}
Expand description
Latency
Value on reset: 0
Variants§
Ws0 = 0
0: Zero wait state, if 0 < SYSCLK≤ 24 MHz
Ws1 = 1
1: One wait state, if 24 MHz < SYSCLK ≤ 48 MHz
Ws2 = 2
2: Two wait states, if 48 MHz < SYSCLK ≤ 72 MHz
Trait Implementations§
impl Copy for LATENCY
impl Eq for LATENCY
impl IsEnum for LATENCY
impl StructuralPartialEq for LATENCY
Auto Trait Implementations§
impl Freeze for LATENCY
impl RefUnwindSafe for LATENCY
impl Send for LATENCY
impl Sync for LATENCY
impl Unpin for LATENCY
impl UnwindSafe for LATENCY
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