Struct d1_pac::audio_codec::ac_dac_drc_sfhrt::W
source · pub struct W(/* private fields */);
Expand description
Register ac_dac_drc_sfhrt
writer
Implementations§
source§impl W
impl W
sourcepub fn dac_drc_sfhrt(&mut self) -> DAC_DRC_SFHRT_W<'_, 0>
pub fn dac_drc_sfhrt(&mut self) -> DAC_DRC_SFHRT_W<'_, 0>
Bits 0:10 - The gain smooth filter release time parameter setting, which is determined by the equation that RT = 1-exp (-2.2Ts/tr). The format is 3.24. (The default value is 200 ms)
Methods from Deref<Target = W<AC_DAC_DRC_SFHRT_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