[][src]Struct rsl10_pac::audio::audio_dmic_cfg::DMIC1_DELAY_W

pub struct DMIC1_DELAY_W<'a> { /* fields omitted */ }

Write proxy for field DMIC1_DELAY

Methods

impl<'a> DMIC1_DELAY_W<'a>[src]

pub fn variant(self, variant: DMIC1_DELAY_A) -> &'a mut W[src]

Writes variant to the field

pub fn dmic1_delay_disable(self) -> &'a mut W[src]

Delay disabled

pub fn dmic1_delay_0p125(self) -> &'a mut W[src]

Delay of 0.125 samples

pub fn dmic1_delay_0p25(self) -> &'a mut W[src]

Delay of 0.25 samples

pub fn dmic1_delay_0p375(self) -> &'a mut W[src]

Delay of 0.375 samples

pub fn dmic1_delay_0p5(self) -> &'a mut W[src]

Delay of 0.5 samples

pub fn dmic1_delay_0p625(self) -> &'a mut W[src]

Delay of 0.625 samples

pub fn dmic1_delay_0p75(self) -> &'a mut W[src]

Delay of 0.75 samples

pub fn dmic1_delay_0p875(self) -> &'a mut W[src]

Delay of 0.875 samples

pub fn dmic1_delay_1p0(self) -> &'a mut W[src]

Delay of 1 sample

pub fn dmic1_delay_1p125(self) -> &'a mut W[src]

Delay of 1.125 samples

pub fn dmic1_delay_1p25(self) -> &'a mut W[src]

Delay of 1.25 samples

pub fn dmic1_delay_1p375(self) -> &'a mut W[src]

Delay of 1.375 samples

pub fn dmic1_delay_1p5(self) -> &'a mut W[src]

Delay of 1.5 samples

pub fn dmic1_delay_1p625(self) -> &'a mut W[src]

Delay of 1.625 samples

pub fn dmic1_delay_1p75(self) -> &'a mut W[src]

Delay of 1.75 samples

pub fn dmic1_delay_1p875(self) -> &'a mut W[src]

Delay of 1.875 samples

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for DMIC1_DELAY_W<'a>

impl<'a> !Sync for DMIC1_DELAY_W<'a>

impl<'a> Unpin for DMIC1_DELAY_W<'a>

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.