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

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.