Struct d1_pac::audio_codec::ac_adc_dap_ctr::R
source · pub struct R(/* private fields */);
Expand description
Register ac_adc_dap_ctr
reader
Implementations§
source§impl R
impl R
sourcepub fn adc_hpf1_en(&self) -> ADC_HPF_EN_R
pub fn adc_hpf1_en(&self) -> ADC_HPF_EN_R
Bit 24 - ADC HPF[i] enable control
sourcepub fn adc_hpf0_en(&self) -> ADC_HPF_EN_R
pub fn adc_hpf0_en(&self) -> ADC_HPF_EN_R
Bit 28 - ADC HPF[i] enable control
sourcepub fn adc_drc1_en(&self) -> ADC_DRC_EN_R
pub fn adc_drc1_en(&self) -> ADC_DRC_EN_R
Bit 25 - ADC DRC[i] enable control
sourcepub fn adc_drc0_en(&self) -> ADC_DRC_EN_R
pub fn adc_drc0_en(&self) -> ADC_DRC_EN_R
Bit 29 - ADC DRC[i] enable control
sourcepub fn adc_dap1_en(&self) -> ADC_DAP_EN_R
pub fn adc_dap1_en(&self) -> ADC_DAP_EN_R
Bit 27 - DAP[i] for ADC enable
DAP0 control ADC1/2
DAP1 control ADC3
sourcepub fn adc_dap0_en(&self) -> ADC_DAP_EN_R
pub fn adc_dap0_en(&self) -> ADC_DAP_EN_R
Bit 31 - DAP[i] for ADC enable
DAP0 control ADC1/2
DAP1 control ADC3
Methods from Deref<Target = R<AC_ADC_DAP_CTR_SPEC>>§
Trait Implementations§
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> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more