Struct esp32s2::apb_saradc::apb_dac_ctrl::R
source · [−]pub struct R(_);
Expand description
Register APB_DAC_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn dac_timer_target(&self) -> DAC_TIMER_TARGET_R
pub fn dac_timer_target(&self) -> DAC_TIMER_TARGET_R
Bits 0:11 - Set DAC timer target.
sourcepub fn dac_timer_en(&self) -> DAC_TIMER_EN_R
pub fn dac_timer_en(&self) -> DAC_TIMER_EN_R
Bit 12 - Enable read dac data.
sourcepub fn apb_dac_alter_mode(&self) -> APB_DAC_ALTER_MODE_R
pub fn apb_dac_alter_mode(&self) -> APB_DAC_ALTER_MODE_R
Bit 13 - Enable DAC alter mode.
sourcepub fn apb_dac_trans(&self) -> APB_DAC_TRANS_R
pub fn apb_dac_trans(&self) -> APB_DAC_TRANS_R
Bit 14 - Enable DMA_DAC.
sourcepub fn dac_reset_fifo(&self) -> DAC_RESET_FIFO_R
pub fn dac_reset_fifo(&self) -> DAC_RESET_FIFO_R
Bit 15 - Reset DIG DAC FIFO.
sourcepub fn apb_dac_rst(&self) -> APB_DAC_RST_R
pub fn apb_dac_rst(&self) -> APB_DAC_RST_R
Bit 16 - Reset DIG DAC by software.
Methods from Deref<Target = R<APB_DAC_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<APB_DAC_CTRL_SPEC>> for R
impl From<R<APB_DAC_CTRL_SPEC>> for R
sourcefn from(reader: R<APB_DAC_CTRL_SPEC>) -> Self
fn from(reader: R<APB_DAC_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more