Struct d1_pac::audio_codec::micbias::R

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

Register micbias reader

Implementations§

source§

impl R

source

pub fn mmic_bias_chopper_clk_sel(&self) -> MMIC_BIAS_CHOPPER_CLK_SEL_R

Bits 2:3 - MMIC BIAS Chopper Clock Select

source

pub fn mmic_bias_chopper_en(&self) -> MMIC_BIAS_CHOPPER_EN_R

Bit 4 - MMIC BIAS Chopper Enable

source

pub fn mbiassel(&self) -> MBIASSEL_R

Bits 5:6 - MMICBIAS Voltage Level Select

source

pub fn mmicbiasen(&self) -> MMICBIASEN_R

Bit 7 - Master Microphone Bias Enable

source

pub fn hmic_bias_chopper_clk_sel(&self) -> HMIC_BIAS_CHOPPER_CLK_SEL_R

Bits 10:11 - HMIC BIAS Chopper Clock Select

source

pub fn hmic_bias_chopper_en(&self) -> HMIC_BIAS_CHOPPER_EN_R

Bit 12 - HMIC BIAS Chopper Enable

source

pub fn hbiassel(&self) -> HBIASSEL_R

Bits 13:14 - HMICBIAS Voltage Level Select

source

pub fn hmicbiasen(&self) -> HMICBIASEN_R

Bit 15 - Headphone Microphone Bias Enable

source

pub fn micdetpl(&self) -> MICDETPL_R

Bit 16 - When this bit is 1and AUTOPLEN is 0, the MICDET is pulled down to GND.

source

pub fn autoplen(&self) -> AUTOPLEN_R

Bit 17 - Enable the function to auto pull low MICDET when jack removal

source

pub fn det_mode(&self) -> DET_MODE_R

Bit 18 - MIC Detect Mode

source

pub fn popfree(&self) -> POPFREE_R

Bit 19 - When this bit is 0, HBIAS MICADC is controlled by registor

source

pub fn micadcen(&self) -> MICADCEN_R

Bit 20 - Microphone detect ADC enable

source

pub fn seldetadcdy(&self) -> SELDETADCDY_R

Bits 21:22 - Select the delay time to pull low the micdet when jack removal

source

pub fn jackdeten(&self) -> JACKDETEN_R

Bit 23 - Jack detect enable

source

pub fn seldetadcbf(&self) -> SELDETADCBF_R

Bits 24:25 - Select the time to enable HBIAS before MICADC work

source

pub fn seldetadcdb(&self) -> SELDETADCDB_R

Bits 26:27 - Select debounce time when jack removal

source

pub fn seldetadcfs(&self) -> SELDETADCFS_R

Bits 28:30 - Select sample interval of the ADC sample\ 2 ^ (SELDETADCFS + 1) ms

Methods from Deref<Target = R<MICBIAS_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<MICBIAS_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<MICBIAS_SPEC>> for R

source§

fn from(reader: R<MICBIAS_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for R

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

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.