[]Enum nucleo_f401re::pac::rcc::cfgr::MCO2PRE_A

#[repr(u8)]pub enum MCO2PRE_A {
    DIV1,
    DIV2,
    DIV3,
    DIV4,
    DIV5,
}

MCO2 prescaler

Value on reset: 0

Variants

DIV1

0: No division

DIV2

4: Division by 2

DIV3

5: Division by 3

DIV4

6: Division by 4

DIV5

7: Division by 5

Trait Implementations

impl Clone for MCO2PRE_A

impl Copy for MCO2PRE_A

impl Debug for MCO2PRE_A

impl PartialEq<MCO2PRE_A> for MCO2PRE_A

impl StructuralPartialEq for MCO2PRE_A

Auto Trait Implementations

impl Send for MCO2PRE_A

impl Sync for MCO2PRE_A

impl Unpin for MCO2PRE_A

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.