Struct d1_pac::audio_codec::ac_dac_dap_ctr::R
source · pub struct R(/* private fields */);
Expand description
Register ac_dac_dap_ctr
reader
Implementations§
source§impl R
impl R
sourcepub fn ddap_hpf_en(&self) -> DDAP_HPF_EN_R
pub fn ddap_hpf_en(&self) -> DDAP_HPF_EN_R
Bit 28 - HPF enable control
sourcepub fn ddap_drc_en(&self) -> DDAP_DRC_EN_R
pub fn ddap_drc_en(&self) -> DDAP_DRC_EN_R
Bit 29 - DRC enable control
Methods from Deref<Target = R<AC_DAC_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