Home
last modified time | relevance | path

Searched refs:ADC_DMACONTREQ (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_adc.h759 #define ADC_DMACONTREQ(_DMAContReq_MODE_) ((_DMAContReq_MODE_) << 1U) macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_adc.c539 ADC_DMACONTREQ((uint32_t)hadc->Init.DMAContinuousRequests) | in HAL_ADC_Init()