Struct d1_pac::audio_codec::ac_dac_dg::W
source · pub struct W(/* private fields */);
Expand description
Register ac_dac_dg
writer
Implementations§
source§impl W
impl W
sourcepub fn adda_loop_mode(&mut self) -> ADDA_LOOP_MODE_W<'_, 0>
pub fn adda_loop_mode(&mut self) -> ADDA_LOOP_MODE_W<'_, 0>
Bits 0:2 - ADDA Loop Mode Select
sourcepub fn codec_clk_select(&mut self) -> CODEC_CLK_SELECT_W<'_, 8>
pub fn codec_clk_select(&mut self) -> CODEC_CLK_SELECT_W<'_, 8>
Bit 8 - CODEC Clock Source Select
sourcepub fn dac_pattern_select(&mut self) -> DAC_PATTERN_SELECT_W<'_, 9>
pub fn dac_pattern_select(&mut self) -> DAC_PATTERN_SELECT_W<'_, 9>
Bits 9:10 - DAC Pattern Select
sourcepub fn dac_modu_select(&mut self) -> DAC_MODU_SELECT_W<'_, 11>
pub fn dac_modu_select(&mut self) -> DAC_MODU_SELECT_W<'_, 11>
Bit 11 - DAC Modulator Debug Mode
Methods from Deref<Target = W<AC_DAC_DG_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