Struct d1_pac::audio_codec::ac_dac_drc_mnghs::R
source · pub struct R(/* private fields */);
Expand description
Register ac_dac_drc_mnghs
reader
Implementations§
source§impl R
impl R
sourcepub fn dac_drc_mnghs(&self) -> DAC_DRC_MNGHS_R
pub fn dac_drc_mnghs(&self) -> DAC_DRC_MNGHS_R
Bits 0:15 - The min gain setting, which is determined by equation MXG =MXG/6.0206. The format is 8.24 and must -60 dB ≤ MNG ≤ -40 dB (The default value is -40 dB)
Methods from Deref<Target = R<AC_DAC_DRC_MNGHS_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