Struct d1_pac::i2s_pcm::asrcmancfg::W
source · pub struct W(/* private fields */);
Expand description
Register asrcmancfg
writer
Implementations§
source§impl W
impl W
sourcepub fn asrc_ratio_value_manual_cfg(
&mut self,
) -> ASRC_RATIO_VALUE_MANUAL_CFG_W<'_, 0>
pub fn asrc_ratio_value_manual_cfg( &mut self, ) -> ASRC_RATIO_VALUE_MANUAL_CFG_W<'_, 0>
Bits 0:25 - ASRD Ration Value Manual Configure
sourcepub fn asrc_ratio_manual_en(&mut self) -> ASRC_RATIO_MANUAL_EN_W<'_, 31>
pub fn asrc_ratio_manual_en(&mut self) -> ASRC_RATIO_MANUAL_EN_W<'_, 31>
Bit 31 - Manual Configuration of ASRC Ratio Enable
Methods from Deref<Target = W<ASRCMANCFG_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