Struct d1_pac::audio_codec::ac_dac_drc_lrmshat::R
source · pub struct R(/* private fields */);
Expand description
Register ac_dac_drc_lrmshat
reader
Implementations§
source§impl R
impl R
sourcepub fn dac_drc_lrmshat(&self) -> DAC_DRC_LRMSHAT_R
pub fn dac_drc_lrmshat(&self) -> DAC_DRC_LRMSHAT_R
Bits 0:10 - The left RMS filter average time parameter setting, which is determined by the equation that AT = 1-exp (-2.2Ts/tav). The format is 3.24. (The default value is 10 ms)
Methods from Deref<Target = R<AC_DAC_DRC_LRMSHAT_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