Enum stm32f2::stm32f215::rcc::cfgr::MCO1PRE_A[][src]

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

MCO1 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 MCO1PRE_A[src]

impl Copy for MCO1PRE_A[src]

impl Debug for MCO1PRE_A[src]

impl PartialEq<MCO1PRE_A> for MCO1PRE_A[src]

impl StructuralPartialEq for MCO1PRE_A[src]

Auto Trait Implementations

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