[][src]Enum rsl10_pac::audio::audio_dmic_cfg::DMIC1_DELAY_A

#[repr(u8)]
pub enum DMIC1_DELAY_A {
    DMIC1_DELAY_DISABLE,
    DMIC1_DELAY_0P125,
    DMIC1_DELAY_0P25,
    DMIC1_DELAY_0P375,
    DMIC1_DELAY_0P5,
    DMIC1_DELAY_0P625,
    DMIC1_DELAY_0P75,
    DMIC1_DELAY_0P875,
    DMIC1_DELAY_1P0,
    DMIC1_DELAY_1P125,
    DMIC1_DELAY_1P25,
    DMIC1_DELAY_1P375,
    DMIC1_DELAY_1P5,
    DMIC1_DELAY_1P625,
    DMIC1_DELAY_1P75,
    DMIC1_DELAY_1P875,
}

DMIC1 delay (0 to 1.875 samples in steps of 0.125 samples)

Value on reset: 0

Variants

DMIC1_DELAY_DISABLE

0: Delay disabled

DMIC1_DELAY_0P125

1: Delay of 0.125 samples

DMIC1_DELAY_0P25

2: Delay of 0.25 samples

DMIC1_DELAY_0P375

3: Delay of 0.375 samples

DMIC1_DELAY_0P5

4: Delay of 0.5 samples

DMIC1_DELAY_0P625

5: Delay of 0.625 samples

DMIC1_DELAY_0P75

6: Delay of 0.75 samples

DMIC1_DELAY_0P875

7: Delay of 0.875 samples

DMIC1_DELAY_1P0

8: Delay of 1 sample

DMIC1_DELAY_1P125

9: Delay of 1.125 samples

DMIC1_DELAY_1P25

10: Delay of 1.25 samples

DMIC1_DELAY_1P375

11: Delay of 1.375 samples

DMIC1_DELAY_1P5

12: Delay of 1.5 samples

DMIC1_DELAY_1P625

13: Delay of 1.625 samples

DMIC1_DELAY_1P75

14: Delay of 1.75 samples

DMIC1_DELAY_1P875

15: Delay of 1.875 samples

Trait Implementations

impl Clone for DMIC1_DELAY_A[src]

impl Copy for DMIC1_DELAY_A[src]

impl Debug for DMIC1_DELAY_A[src]

impl From<DMIC1_DELAY_A> for u8[src]

impl PartialEq<DMIC1_DELAY_A> for DMIC1_DELAY_A[src]

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