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

pub enum MSIRANGER {
    RANGE100K,
    RANGE200K,
    RANGE400K,
    RANGE800K,
    RANGE1M,
    RANGE2M,
    RANGE4M,
    RANGE8M,
    RANGE16M,
    RANGE24M,
    RANGE32M,
    RANGE48M,
    _Reserved(u8),
}

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

_Reserved(u8)

Reserved

Methods

impl MSIRANGER[src]

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

Value of the field as raw bits

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

Checks if the value of the field is RANGE100K

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

Checks if the value of the field is RANGE200K

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

Checks if the value of the field is RANGE400K

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

Checks if the value of the field is RANGE800K

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

Checks if the value of the field is RANGE1M

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

Checks if the value of the field is RANGE2M

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

Checks if the value of the field is RANGE4M

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

Checks if the value of the field is RANGE8M

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

Checks if the value of the field is RANGE16M

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

Checks if the value of the field is RANGE24M

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

Checks if the value of the field is RANGE32M

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

Checks if the value of the field is RANGE48M

Trait Implementations

impl Debug for MSIRANGER[src]

impl PartialEq<MSIRANGER> for MSIRANGER[src]

impl Copy for MSIRANGER[src]

impl Clone for MSIRANGER[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MSIRANGER

impl Sync for MSIRANGER

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