[]Enum nucleo_f042k6::stm32::rcc::cfgr::MCOPRER

pub enum MCOPRER {
    DIV_1,
    DIV_2,
    DIV_4,
    DIV_8,
    DIV_16,
    DIV_32,
    DIV_64,
    DIV_128,
}

Possible values of the field MCOPRE

Variants

DIV_1

MCO is divided by 1

DIV_2

MCO is divided by 2

DIV_4

MCO is divided by 4

DIV_8

MCO is divided by 8

DIV_16

MCO is divided by 16

DIV_32

MCO is divided by 32

DIV_64

MCO is divided by 64

DIV_128

MCO is divided by 128

Methods

impl MCOPRER

pub fn bits(&self) -> u8

Value of the field as raw bits

pub fn is_div_1(&self) -> bool

Checks if the value of the field is DIV_1

pub fn is_div_2(&self) -> bool

Checks if the value of the field is DIV_2

pub fn is_div_4(&self) -> bool

Checks if the value of the field is DIV_4

pub fn is_div_8(&self) -> bool

Checks if the value of the field is DIV_8

pub fn is_div_16(&self) -> bool

Checks if the value of the field is DIV_16

pub fn is_div_32(&self) -> bool

Checks if the value of the field is DIV_32

pub fn is_div_64(&self) -> bool

Checks if the value of the field is DIV_64

pub fn is_div_128(&self) -> bool

Checks if the value of the field is DIV_128

Trait Implementations

impl PartialEq<MCOPRER> for MCOPRER

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for MCOPRER

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

Performs copy-assignment from source. Read more

impl Copy for MCOPRER

impl Debug for MCOPRER

Auto Trait Implementations

impl Send for MCOPRER

impl Sync for MCOPRER

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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]