#[repr(u8)]pub enum LATENCY_A {
Show 16 variants
Ws0 = 0,
Ws1 = 1,
Ws2 = 2,
Ws3 = 3,
Ws4 = 4,
Ws5 = 5,
Ws6 = 6,
Ws7 = 7,
Ws8 = 8,
Ws9 = 9,
Ws10 = 10,
Ws11 = 11,
Ws12 = 12,
Ws13 = 13,
Ws14 = 14,
Ws15 = 15,
}
Expand description
Latency
Value on reset: 0
Variants§
Ws0 = 0
0: 0 wait states
Ws1 = 1
1: 1 wait states
Ws2 = 2
2: 2 wait states
Ws3 = 3
3: 3 wait states
Ws4 = 4
4: 4 wait states
Ws5 = 5
5: 5 wait states
Ws6 = 6
6: 6 wait states
Ws7 = 7
7: 7 wait states
Ws8 = 8
8: 8 wait states
Ws9 = 9
9: 9 wait states
Ws10 = 10
10: 10 wait states
Ws11 = 11
11: 11 wait states
Ws12 = 12
12: 12 wait states
Ws13 = 13
13: 13 wait states
Ws14 = 14
14: 14 wait states
Ws15 = 15
15: 15 wait states
Trait Implementations§
impl Copy for LATENCY_A
impl StructuralPartialEq for LATENCY_A
Auto Trait Implementations§
impl Freeze for LATENCY_A
impl RefUnwindSafe for LATENCY_A
impl Send for LATENCY_A
impl Sync for LATENCY_A
impl Unpin for LATENCY_A
impl UnwindSafe for LATENCY_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