pub enum FlashLatency {
    _1_Clk,
    _0_Clk,
}
Expand description

Flash latencies available for this chip

Variants§

§

_1_Clk

Flash reads have a latency of 1 clock cycle

§

_0_Clk

Flash reads have a latency of 0 clock cycles

Implementations§

Use the ACR register to set the flash value according to the variant

This function is unsafe because it does not (cannot) check to see that the latency value being set is appropriate for the current VCore range and clock speed of the chip

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.