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