[][src]Enum stm32f7::stm32f7x3::flash::acr::LATENCY_A

#[repr(u8)]pub enum LATENCY_A {
    WS0,
    WS1,
    WS2,
    WS3,
    WS4,
    WS5,
    WS6,
    WS7,
    WS8,
    WS9,
    WS10,
    WS11,
    WS12,
    WS13,
    WS14,
    WS15,
}

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 Clone for LATENCY_A[src]

impl Copy for LATENCY_A[src]

impl Debug for LATENCY_A[src]

impl From<LATENCY_A> for u8[src]

impl PartialEq<LATENCY_A> for LATENCY_A[src]

impl StructuralPartialEq for LATENCY_A[src]

Auto Trait Implementations

impl Send for LATENCY_A

impl Sync for LATENCY_A

impl Unpin for LATENCY_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.