Struct esp32c3::apb_saradc::dma_conf::R
source · pub struct R(_);
Expand description
Register DMA_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn apb_adc_eof_num(&self) -> APB_ADC_EOF_NUM_R
pub fn apb_adc_eof_num(&self) -> APB_ADC_EOF_NUM_R
Bits 0:15 - the dma_in_suc_eof gen when sample cnt = spi_eof_num
sourcepub fn apb_adc_reset_fsm(&self) -> APB_ADC_RESET_FSM_R
pub fn apb_adc_reset_fsm(&self) -> APB_ADC_RESET_FSM_R
Bit 30 - reset_apb_adc_state
sourcepub fn apb_adc_trans(&self) -> APB_ADC_TRANS_R
pub fn apb_adc_trans(&self) -> APB_ADC_TRANS_R
Bit 31 - enable apb_adc use spi_dma
Methods from Deref<Target = R<DMA_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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