pub enum FLASHTIMW {
    _1_SYSTEM_CLOCK_FLASH,
    _2_SYSTEM_CLOCKS_FLAS,
    _3_SYSTEM_CLOCKS_FLAS,
}
Expand description

Values that can be written to the field FLASHTIM

Variants§

§

_1_SYSTEM_CLOCK_FLASH

1 system clock flash access time (for system clock frequencies of up to 20 MHz).

§

_2_SYSTEM_CLOCKS_FLAS

2 system clocks flash access time (for system clock frequencies of up to 40 MHz).

§

_3_SYSTEM_CLOCKS_FLAS

3 system clocks flash access time (for system clock frequencies of up to 50 MHz).

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.

Should always be Self
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.