pub enum MSIRange {
    Range0,
    Range1,
    Range2,
    Range3,
    Range4,
    Range5,
    Range6,
}
Expand description

MSI Clock Range

These ranges control the frequency of the MSI. Internally, these ranges map to the MSIRANGE bits in the RCC_ICSCR register.

Variants

Range0

Around 65.536 kHz

Range1

Around 131.072 kHz

Range2

Around 262.144 kHz

Range3

Around 524.288 kHz

Range4

Around 1.048 MHz

Range5

Around 2.097 MHz (reset value)

Range6

Around 4.194 MHz

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

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.

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.