[][src]Enum stm32l0::stm32l0x2::rcc::icscr::MSIRANGE_A

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

MSI clock ranges

Value on reset: 5

Variants

RANGE0

0: range 0 around 65.536 kHz

RANGE1

1: range 1 around 131.072 kHz

RANGE2

2: range 2 around 262.144 kHz

RANGE3

3: range 3 around 524.288 kHz

RANGE4

4: range 4 around 1.048 MHz

RANGE5

5: range 5 around 2.097 MHz (reset value)

RANGE6

6: range 6 around 4.194 MHz

RANGE7

7: not allowed

Trait Implementations

impl From<MSIRANGE_A> for u8[src]

impl Debug for MSIRANGE_A[src]

impl PartialEq<MSIRANGE_A> for MSIRANGE_A[src]

impl Copy for MSIRANGE_A[src]

impl StructuralPartialEq for MSIRANGE_A[src]

impl Clone for MSIRANGE_A[src]

Auto Trait Implementations

impl Unpin for MSIRANGE_A

impl Send for MSIRANGE_A

impl Sync for MSIRANGE_A

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