[][src]Enum stm32f3::stm32f373::rcc::cfgr::HPRE_A

pub enum HPRE_A {
    DIV1,
    DIV2,
    DIV4,
    DIV8,
    DIV16,
    DIV64,
    DIV128,
    DIV256,
    DIV512,
}

AHB prescaler

Value on reset: 0

Variants

DIV1

0: SYSCLK not divided

DIV2

8: SYSCLK divided by 2

DIV4

9: SYSCLK divided by 4

DIV8

10: SYSCLK divided by 8

DIV16

11: SYSCLK divided by 16

DIV64

12: SYSCLK divided by 64

DIV128

13: SYSCLK divided by 128

DIV256

14: SYSCLK divided by 256

DIV512

15: SYSCLK divided by 512

Trait Implementations

impl From<HPRE_A> for u8[src]

impl Debug for HPRE_A[src]

impl PartialEq<HPRE_A> for HPRE_A[src]

impl Copy for HPRE_A[src]

impl StructuralPartialEq for HPRE_A[src]

impl Clone for HPRE_A[src]

Auto Trait Implementations

impl Unpin for HPRE_A

impl Send for HPRE_A

impl Sync for HPRE_A

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