Struct d1_pac::audio_codec::ac_adc_dap_ctr::W
source · pub struct W(/* private fields */);
Expand description
Register ac_adc_dap_ctr
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn adc_hpf_en<const O: u8>(&mut self) -> ADC_HPF_EN_W<'_, O>
pub unsafe fn adc_hpf_en<const O: u8>(&mut self) -> ADC_HPF_EN_W<'_, O>
ADC HPF[i] enable control
sourcepub fn adc_hpf1_en(&mut self) -> ADC_HPF_EN_W<'_, 24>
pub fn adc_hpf1_en(&mut self) -> ADC_HPF_EN_W<'_, 24>
Bit 24 - ADC HPF[i] enable control
sourcepub fn adc_hpf0_en(&mut self) -> ADC_HPF_EN_W<'_, 28>
pub fn adc_hpf0_en(&mut self) -> ADC_HPF_EN_W<'_, 28>
Bit 28 - ADC HPF[i] enable control
sourcepub unsafe fn adc_drc_en<const O: u8>(&mut self) -> ADC_DRC_EN_W<'_, O>
pub unsafe fn adc_drc_en<const O: u8>(&mut self) -> ADC_DRC_EN_W<'_, O>
ADC DRC[i] enable control
sourcepub fn adc_drc1_en(&mut self) -> ADC_DRC_EN_W<'_, 25>
pub fn adc_drc1_en(&mut self) -> ADC_DRC_EN_W<'_, 25>
Bit 25 - ADC DRC[i] enable control
sourcepub fn adc_drc0_en(&mut self) -> ADC_DRC_EN_W<'_, 29>
pub fn adc_drc0_en(&mut self) -> ADC_DRC_EN_W<'_, 29>
Bit 29 - ADC DRC[i] enable control
sourcepub unsafe fn adc_dap_en<const O: u8>(&mut self) -> ADC_DAP_EN_W<'_, O>
pub unsafe fn adc_dap_en<const O: u8>(&mut self) -> ADC_DAP_EN_W<'_, O>
DAP[i] for ADC enable
DAP0 control ADC1/2
DAP1 control ADC3
sourcepub fn adc_dap1_en(&mut self) -> ADC_DAP_EN_W<'_, 27>
pub fn adc_dap1_en(&mut self) -> ADC_DAP_EN_W<'_, 27>
Bit 27 - DAP[i] for ADC enable
DAP0 control ADC1/2
DAP1 control ADC3
sourcepub fn adc_dap0_en(&mut self) -> ADC_DAP_EN_W<'_, 31>
pub fn adc_dap0_en(&mut self) -> ADC_DAP_EN_W<'_, 31>
Bit 31 - DAP[i] for ADC enable
DAP0 control ADC1/2
DAP1 control ADC3
Methods from Deref<Target = W<AC_ADC_DAP_CTR_SPEC>>§
Trait Implementations§
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> 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