[][src]Enum stm32l0xx_hal::pac::rcc::icscr::MSIRANGEW

pub enum MSIRANGEW {
    RANGE0,
    RANGE1,
    RANGE2,
    RANGE3,
    RANGE4,
    RANGE5,
    RANGE6,
    RANGE7,
}

Values that can be written to the field MSIRANGE

Variants

RANGE0

range 0 around 65.536 kHz

RANGE1

range 1 around 131.072 kHz

RANGE2

range 2 around 262.144 kHz

RANGE3

range 3 around 524.288 kHz

RANGE4

range 4 around 1.048 MHz

RANGE5

range 5 around 2.097 MHz (reset value)

RANGE6

range 6 around 4.194 MHz

RANGE7

not allowed

Trait Implementations

impl PartialEq<MSIRANGEW> for MSIRANGEW[src]

impl Debug for MSIRANGEW[src]

impl Copy for MSIRANGEW[src]

impl Clone for MSIRANGEW[src]

Auto Trait Implementations

impl Unpin for MSIRANGEW

impl Send for MSIRANGEW

impl Sync for MSIRANGEW

Blanket Implementations

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T, U> TryInto<U> 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<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self