[][src]Enum stm32l0xx_hal::device::rcc::icscr::MSIRANGER

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

Possible values of 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

Methods

impl MSIRANGER[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_range0(&self) -> bool[src]

Checks if the value of the field is RANGE0

pub fn is_range1(&self) -> bool[src]

Checks if the value of the field is RANGE1

pub fn is_range2(&self) -> bool[src]

Checks if the value of the field is RANGE2

pub fn is_range3(&self) -> bool[src]

Checks if the value of the field is RANGE3

pub fn is_range4(&self) -> bool[src]

Checks if the value of the field is RANGE4

pub fn is_range5(&self) -> bool[src]

Checks if the value of the field is RANGE5

pub fn is_range6(&self) -> bool[src]

Checks if the value of the field is RANGE6

pub fn is_range7(&self) -> bool[src]

Checks if the value of the field is RANGE7

Trait Implementations

impl PartialEq<MSIRANGER> for MSIRANGER[src]

impl Debug for MSIRANGER[src]

impl Copy for MSIRANGER[src]

impl Clone for MSIRANGER[src]

Auto Trait Implementations

impl Unpin for MSIRANGER

impl Send for MSIRANGER

impl Sync for MSIRANGER

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