[]Enum stm32f407g_disc::stm32::flash::acr::LATENCYR

pub enum LATENCYR {
    WS0,
    WS1,
    WS2,
    WS3,
    WS4,
    WS5,
    WS6,
    WS7,
    WS8,
    WS9,
    WS10,
    WS11,
    WS12,
    WS13,
    WS14,
    WS15,
    _Reserved(u8),
}

Possible values of the field LATENCY

Variants

WS0

0 wait states

WS1

1 wait states

WS2

2 wait states

WS3

3 wait states

WS4

4 wait states

WS5

5 wait states

WS6

6 wait states

WS7

7 wait states

WS8

8 wait states

WS9

9 wait states

WS10

10 wait states

WS11

11 wait states

WS12

12 wait states

WS13

13 wait states

WS14

14 wait states

WS15

15 wait states

_Reserved(u8)

Reserved

Methods

impl LATENCYR

pub fn bits(&self) -> u8

Value of the field as raw bits

pub fn is_ws0(&self) -> bool

Checks if the value of the field is WS0

pub fn is_ws1(&self) -> bool

Checks if the value of the field is WS1

pub fn is_ws2(&self) -> bool

Checks if the value of the field is WS2

pub fn is_ws3(&self) -> bool

Checks if the value of the field is WS3

pub fn is_ws4(&self) -> bool

Checks if the value of the field is WS4

pub fn is_ws5(&self) -> bool

Checks if the value of the field is WS5

pub fn is_ws6(&self) -> bool

Checks if the value of the field is WS6

pub fn is_ws7(&self) -> bool

Checks if the value of the field is WS7

pub fn is_ws8(&self) -> bool

Checks if the value of the field is WS8

pub fn is_ws9(&self) -> bool

Checks if the value of the field is WS9

pub fn is_ws10(&self) -> bool

Checks if the value of the field is WS10

pub fn is_ws11(&self) -> bool

Checks if the value of the field is WS11

pub fn is_ws12(&self) -> bool

Checks if the value of the field is WS12

pub fn is_ws13(&self) -> bool

Checks if the value of the field is WS13

pub fn is_ws14(&self) -> bool

Checks if the value of the field is WS14

pub fn is_ws15(&self) -> bool

Checks if the value of the field is WS15

Trait Implementations

impl PartialEq<LATENCYR> for LATENCYR

impl Debug for LATENCYR

impl Copy for LATENCYR

impl Clone for LATENCYR

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for LATENCYR

impl Sync for LATENCYR

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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

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