Struct d1_pac::audio_codec::ac_adc_drc_lke::R
source · pub struct R(/* private fields */);
Expand description
Register ac_adc_drc_lke
reader
Implementations§
source§impl R
impl R
sourcepub fn adc_drc_lke(&self) -> ADC_DRC_LKE_R
pub fn adc_drc_lke(&self) -> ADC_DRC_LKE_R
Bits 0:15 - The slope of the expander, which is determined by the equation that Ke = 1/R. R is the ratio of the expander, which is always an integer and the ke must be larger than 50. The format is 8.24. (The default value is <1:5>)
Methods from Deref<Target = R<AC_ADC_DRC_LKE_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