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