Struct d1_pac::i2s_pcm::asrcratiostat::R
source · pub struct R(/* private fields */);
Expand description
Register asrcratiostat
reader
Implementations§
source§impl R
impl R
sourcepub fn adapt_comput_value(&self) -> ADAPT_COMPUT_VALUE_R
pub fn adapt_comput_value(&self) -> ADAPT_COMPUT_VALUE_R
Bits 0:25 - Adaptive Ratio Computational Value
sourcepub fn adapt_comput_lock(&self) -> ADAPT_COMPUT_LOCK_R
pub fn adapt_comput_lock(&self) -> ADAPT_COMPUT_LOCK_R
Bit 28 - Adaptive Ratio Computational Lock
sourcepub fn asrc_buf_overflow_sta(&self) -> ASRC_BUF_OVERFLOW_STA_R
pub fn asrc_buf_overflow_sta(&self) -> ASRC_BUF_OVERFLOW_STA_R
Bit 29 - ASRC Receive Data Buffer Overflow State
It can control thye mute with lock.
Methods from Deref<Target = R<ASRCRATIOSTAT_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