Enum stm32f103xx::flash::acr::LATENCYR [] [src]

pub enum LATENCYR {
    ZERO,
    ONE,
    TWO,
    _Reserved(u8),
}

Possible values of the field LATENCY

Variants

Zero wait state, if 0hz SYSCLK to 24 MHz

One wait state, if 24 MHz SYSCLK to 48 MHz

Two wait states, if 48 MHz SYSCLK to 72 MHz

Reserved

Methods

impl LATENCYR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is ZERO

[src]

Checks if the value of the field is ONE

[src]

Checks if the value of the field is TWO

Trait Implementations

impl Clone for LATENCYR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LATENCYR
[src]

impl Debug for LATENCYR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for LATENCYR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.