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

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

Write proxy for field DMIC1_DCRM

Methods

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

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

Writes variant to the field

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

Cut-off frequency is Fs/3200 (5 Hz at Fs=16 kHz)

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

Cut-off frequency is Fs/1600 (10 Hz at Fs=16 kHz)

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

Cut-off frequency is Fs/800 (20 Hz at Fs=16 kHz)

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

Cut-off frequency is Fs/400 (40 Hz at Fs=16 kHz)

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

Cut-off frequency is Fs/200 (80 Hz at Fs=16 kHz)

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

Cut-off frequency is Fs/100 (160 Hz at Fs=16 kHz)

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

Cut-off frequency is Fs/50 (320 Hz at Fs=16 kHz)

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

DC removal filter disabled

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for DMIC1_DCRM_W<'a>

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

impl<'a> Unpin for DMIC1_DCRM_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.