Searched refs:stop_pos (Results 1 – 5 of 5) sorted by relevance
154 uint32_t stop_pos; member324 static inline void adc12_set_seq_stop_pos(ADC12_Type *ptr, uint16_t stop_pos) in adc12_set_seq_stop_pos() argument327 | ADC12_SEQ_DMA_CFG_STOP_POS_SET(stop_pos); in adc12_set_seq_stop_pos()
148 uint32_t stop_pos; member392 static inline void adc16_set_seq_stop_pos(ADC16_Type *ptr, uint16_t stop_pos) in adc16_set_seq_stop_pos() argument395 | ADC16_SEQ_DMA_CFG_STOP_POS_SET(stop_pos); in adc16_set_seq_stop_pos()
339 static inline void hpm_adc_set_seq_stop_pos(adc_type *ptr, uint16_t stop_pos) in hpm_adc_set_seq_stop_pos() argument343 adc12_set_seq_stop_pos(ptr->adc_base.adc12, stop_pos); in hpm_adc_set_seq_stop_pos()347 adc16_set_seq_stop_pos(ptr->adc_base.adc16, stop_pos); in hpm_adc_set_seq_stop_pos()
291 | ADC16_SEQ_DMA_CFG_STOP_POS_SET(dma_config->stop_pos); in adc16_init_seq_dma()295 | ADC16_SEQ_HIGH_CFG_STOP_POS_HIGH_SET(((dma_config->stop_pos) >> 12)); in adc16_init_seq_dma()
241 | ADC12_SEQ_DMA_CFG_STOP_POS_SET(dma_config->stop_pos); in adc12_init_seq_dma()
Completed in 13 milliseconds