#[repr(u8)]pub enum LATENCY {
Ws0 = 0,
Ws1 = 1,
Ws2 = 2,
}
Expand description
LATENCY
Value on reset: 0
Variants§
Ws0 = 0
0: 0 wait states, if 0 < HCLK <= 24 MHz
Ws1 = 1
1: 1 wait state, if 24 < HCLK <= 48 MHz
Ws2 = 2
2: 2 wait states, if 48 < HCLK <= 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