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]

Value of the field as raw bits

Checks if the value of the field is ZERO

Checks if the value of the field is ONE

Checks if the value of the field is TWO

Trait Implementations

impl Clone for LATENCYR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LATENCYR
[src]

impl Debug for LATENCYR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for LATENCYR
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for LATENCYR

impl Sync for LATENCYR