[][src]Enum xmc4800::sdmmc::clock_ctrl::SDCLK_FREQ_SEL_A

pub enum SDCLK_FREQ_SEL_A {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
    VALUE7,
    VALUE8,
    VALUE9,
}

SDCLK Frequency Select

Value on reset: 0

Variants

VALUE1

0: base clock(10MHz-63MHz)

VALUE2

1: base clock divided by 2

VALUE3

16: base clock divided by 32

VALUE4

2: base clock divided by 4

VALUE5

4: base clock divided by 8

VALUE6

8: base clock divided by 16

VALUE7

32: base clock divided by 64

VALUE8

64: base clock divided by 128

VALUE9

128: base clock divided by 256

Trait Implementations

impl From<SDCLK_FREQ_SEL_A> for u8[src]

impl PartialEq<SDCLK_FREQ_SEL_A> for SDCLK_FREQ_SEL_A[src]

impl Debug for SDCLK_FREQ_SEL_A[src]

impl Copy for SDCLK_FREQ_SEL_A[src]

impl Clone for SDCLK_FREQ_SEL_A[src]

Auto Trait Implementations

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