Struct esp32c3::apb_saradc::dma_conf::W
source · pub struct W(_);Expand description
Register DMA_CONF writer
Implementations
sourceimpl W
impl W
sourcepub fn apb_adc_eof_num(&mut self) -> APB_ADC_EOF_NUM_W<'_, 0>
pub fn apb_adc_eof_num(&mut self) -> APB_ADC_EOF_NUM_W<'_, 0>
Bits 0:15 - the dma_in_suc_eof gen when sample cnt = spi_eof_num
sourcepub fn apb_adc_reset_fsm(&mut self) -> APB_ADC_RESET_FSM_W<'_, 30>
pub fn apb_adc_reset_fsm(&mut self) -> APB_ADC_RESET_FSM_W<'_, 30>
Bit 30 - reset_apb_adc_state
sourcepub fn apb_adc_trans(&mut self) -> APB_ADC_TRANS_W<'_, 31>
pub fn apb_adc_trans(&mut self) -> APB_ADC_TRANS_W<'_, 31>
Bit 31 - enable apb_adc use spi_dma
Methods from Deref<Target = W<DMA_CONF_SPEC>>
Trait Implementations
sourceimpl From<W<DMA_CONF_SPEC>> for W
impl From<W<DMA_CONF_SPEC>> for W
sourcefn from(writer: W<DMA_CONF_SPEC>) -> Self
fn from(writer: W<DMA_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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