Struct d1_pac::audio_codec::ac_dac_dg::R
source · pub struct R(/* private fields */);
Expand description
Register ac_dac_dg
reader
Implementations§
source§impl R
impl R
sourcepub fn adda_loop_mode(&self) -> ADDA_LOOP_MODE_R
pub fn adda_loop_mode(&self) -> ADDA_LOOP_MODE_R
Bits 0:2 - ADDA Loop Mode Select
sourcepub fn codec_clk_select(&self) -> CODEC_CLK_SELECT_R
pub fn codec_clk_select(&self) -> CODEC_CLK_SELECT_R
Bit 8 - CODEC Clock Source Select
sourcepub fn dac_pattern_select(&self) -> DAC_PATTERN_SELECT_R
pub fn dac_pattern_select(&self) -> DAC_PATTERN_SELECT_R
Bits 9:10 - DAC Pattern Select
sourcepub fn dac_modu_select(&self) -> DAC_MODU_SELECT_R
pub fn dac_modu_select(&self) -> DAC_MODU_SELECT_R
Bit 11 - DAC Modulator Debug Mode
Methods from Deref<Target = R<AC_DAC_DG_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