pub struct R(_);
Expand description
Register DMA_CONF
reader
Implementations
sourceimpl 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 - Generate dma_in_suc_eof 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 DIG ADC CTRL status.
sourcepub fn apb_adc_trans(&self) -> APB_ADC_TRANS_R
pub fn apb_adc_trans(&self) -> APB_ADC_TRANS_R
Bit 31 - Set this bit, DIG ADC CTRL uses SPI DMA.
Methods from Deref<Target = R<DMA_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<DMA_CONF_SPEC>> for R
impl From<R<DMA_CONF_SPEC>> for R
sourcefn from(reader: R<DMA_CONF_SPEC>) -> Self
fn from(reader: R<DMA_CONF_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