pub enum LATENCY_A {
Show 16 variants
Ws0,
Ws1,
Ws2,
Ws3,
Ws4,
Ws5,
Ws6,
Ws7,
Ws8,
Ws9,
Ws10,
Ws11,
Ws12,
Ws13,
Ws14,
Ws15,
}
Expand description
Latency
Value on reset: 0
Variants
Ws0
0: 0 wait states
Ws1
1: 1 wait states
Ws2
2: 2 wait states
Ws3
3: 3 wait states
Ws4
4: 4 wait states
Ws5
5: 5 wait states
Ws6
6: 6 wait states
Ws7
7: 7 wait states
Ws8
8: 8 wait states
Ws9
9: 9 wait states
Ws10
10: 10 wait states
Ws11
11: 11 wait states
Ws12
12: 12 wait states
Ws13
13: 13 wait states
Ws14
14: 14 wait states
Ws15
15: 15 wait states
Trait Implementations
impl Copy for LATENCY_A
impl StructuralPartialEq for LATENCY_A
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more