[][src]Enum rsl10_pac::clk::clk_div_cfg1::AUDIOSLOWCLK_PRESCALE_A

#[repr(u8)]
pub enum AUDIOSLOWCLK_PRESCALE_A {
    AUDIOSLOWCLK_PRESCALE_1,
    AUDIOSLOWCLK_PRESCALE_2,
    AUDIOSLOWCLK_PRESCALE_3,
    AUDIOSLOWCLK_PRESCALE_4,
}

Prescale value for the slow audio clock down from the fast audio clock (1 to 4 in steps of 1)

Value on reset: 0

Variants

AUDIOSLOWCLK_PRESCALE_1

0: Divide by 1

AUDIOSLOWCLK_PRESCALE_2

1: Divide by 2

AUDIOSLOWCLK_PRESCALE_3

2: Divide by 3

AUDIOSLOWCLK_PRESCALE_4

3: Divide by 4

Trait Implementations

impl Clone for AUDIOSLOWCLK_PRESCALE_A[src]

impl Copy for AUDIOSLOWCLK_PRESCALE_A[src]

impl Debug for AUDIOSLOWCLK_PRESCALE_A[src]

impl From<AUDIOSLOWCLK_PRESCALE_A> for u8[src]

impl PartialEq<AUDIOSLOWCLK_PRESCALE_A> for AUDIOSLOWCLK_PRESCALE_A[src]

impl StructuralPartialEq for AUDIOSLOWCLK_PRESCALE_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> 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.