[][src]Enum stm32l432_pac::rcc::cr::MSIRANGEW

pub enum MSIRANGEW {
    RANGE100K,
    RANGE200K,
    RANGE400K,
    RANGE800K,
    RANGE1M,
    RANGE2M,
    RANGE4M,
    RANGE8M,
    RANGE16M,
    RANGE24M,
    RANGE32M,
    RANGE48M,
}

Values that can be written to the field MSIRANGE

Variants

RANGE100K

range 0 around 100 kHz

RANGE200K

range 1 around 200 kHz

RANGE400K

range 2 around 400 kHz

RANGE800K

range 3 around 800 kHz

RANGE1M

range 4 around 1 MHz

RANGE2M

range 5 around 2 MHz

RANGE4M

range 6 around 4 MHz

RANGE8M

range 7 around 8 MHz

RANGE16M

range 8 around 16 MHz

RANGE24M

range 9 around 24 MHz

RANGE32M

range 10 around 32 MHz

RANGE48M

range 11 around 48 MHz

Auto Trait Implementations

impl Send for MSIRANGEW

impl Sync for MSIRANGEW

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self