Struct d1_pac::audio_codec::adc::W

source ·
pub struct W(/* private fields */);
Expand description

Register adc%s writer

Implementations§

source§

impl W

source

pub fn adc_iopmic(&mut self) -> ADC_IOPMIC_W<'_, 0>

Bits 0:1 - ADC OP MIC Bias Current Select

IOPADC is defined by ADC_REG<15:14> from 1 uA to 4 uA.

source

pub unsafe fn adc_iopsdm<const O: u8>(&mut self) -> ADC_IOPSDM_W<'_, O>

ADC OP SDM Bias Current Select [i]

IOPADC is defined by ADC_REG<15:14> from 1 uA to 4 uA.

source

pub fn adc_iopsdm2(&mut self) -> ADC_IOPSDM_W<'_, 4>

Bits 4:5 - ADC OP SDM Bias Current Select [i]

IOPADC is defined by ADC_REG<15:14> from 1 uA to 4 uA.

source

pub fn adc_iopsdm1(&mut self) -> ADC_IOPSDM_W<'_, 6>

Bits 6:7 - ADC OP SDM Bias Current Select [i]

IOPADC is defined by ADC_REG<15:14> from 1 uA to 4 uA.

source

pub fn adc_iopaaf(&mut self) -> ADC_IOPAAF_W<'_, 6>

Bits 6:7 - ADC OP AAF Bias Current Select

IOPADC is defined by ADC_REG<15:14> from 1 uA to 4 uA.

For example: ADC_REG<15:14> = 11, IOPADC = 4 uA

00: 1.50*4 uA = 6 uA

01: 1.75*4 uA = 7 uA

10: 2.00*4 uA = 8 uA

11: 2.25*4 uA = 9 uA

source

pub fn adc_pga_gain_ctrl(&mut self) -> ADC_PGA_GAIN_CTRL_W<'_, 8>

Bits 8:12 - ADC PGA gain settings:

0x0: 0 dB \t0x10: 21 dB

0x1: 6 dB \t0x11: 22 dB

0x2: 6 dB \t0x12: 23 dB

0x3: 6 dB \t0x13: 24 dB

0x4: 9 dB \t0x14: 25 dB

0x5: 10 dB\t0x15: 26 dB

0x6: 11 dB\t0x16: 27 dB

0x7: 12 dB\t0x17: 28 dB

0x8: 13 dB\t0x18: 29 dB

0x9: 14 dB\t0x19: 30 dB

0xA: 15 dB\t0x1A: 31 dB

0xB: 16 dB\t0x1B: 32 dB

0xC: 17 dB\t0x1C: 33 dB

0xD: 18 dB\t0x1D: 34 dB

0xE: 19 dB\t0x1E: 35 dB

0xF: 20 dB\t0x1F: 36 dB

source

pub fn iopadc(&mut self) -> IOPADC_W<'_, 14>

Bits 14:15 - ADC1-ADC3 Bias Current Select

source

pub fn adc_pga_in_vcm_ctrl(&mut self) -> ADC_PGA_IN_VCM_CTRL_W<'_, 16>

Bits 16:17 - ADC PGA Common-Mode Voltage Control

source

pub fn adc_pga_ctrl_rcm(&mut self) -> ADC_PGA_CTRL_RCM_W<'_, 18>

Bits 18:19 - ADC PGA Common Mode Input Impedance Control for MICIN

source

pub fn iopbuffer(&mut self) -> IOPBUFFER_W<'_, 20>

Bits 20:21 - PGA Vcm Buffer OP Bias Current Select

source

pub fn lineinlg(&mut self) -> LINEINLG_W<'_, 22>

Bit 22 - LINEINL Gain Control

source

pub fn lineinlen(&mut self) -> LINEINLEN_W<'_, 23>

Bit 23 - LINEINL Enable

source

pub fn dsm_dither_lvl(&mut self) -> DSM_DITHER_LVL_W<'_, 24>

Bits 24:25 - Dither Level Control (Dither level is positive ralated to the ctrl bits)

source

pub fn fminlg(&mut self) -> FMINLG_W<'_, 26>

Bit 26 - FMINL Gain Control

source

pub fn fminlen(&mut self) -> FMINLEN_W<'_, 27>

Bit 27 - FMINL Enable

source

pub fn mic_sin_en(&mut self) -> MIC_SIN_EN_W<'_, 28>

Bit 28 - MIC Single Input Enable

source

pub fn adc_d_itcher_c_ontrol(&mut self) -> ADC_D_ITCHER_C_ONTROL_W<'_, 29>

Bit 29 - Dither Control

source

pub fn mic_pga_en(&mut self) -> MIC_PGA_EN_W<'_, 30>

Bit 30 - MIC PGA Enable

source

pub fn adc_en(&mut self) -> ADC_EN_W<'_, 31>

Bit 31 - ADC Channel Enable

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

Methods from Deref<Target = W<ADC_SPEC>>§

source

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self

Writes raw bits to the register.

§Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations§

source§

impl Deref for W

§

type Target = W<ADC_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl DerefMut for W

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
source§

impl From<W<ADC_SPEC>> for W

source§

fn from(writer: W<ADC_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for W

§

impl RefUnwindSafe for W

§

impl Send for W

§

impl Sync for W

§

impl Unpin for W

§

impl UnwindSafe for W

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.