Home
last modified time | relevance | path

Searched refs:_DMACONTREQ_MODE_ (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_adc.h814 #define ADC_CFGR1_DMACONTREQ(_DMACONTREQ_MODE_) \ argument
815 ((_DMACONTREQ_MODE_) << 1U)
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_adc.h1038 #define ADC_CFGR1_DMACONTREQ(_DMACONTREQ_MODE_) \ argument
1039 ((_DMACONTREQ_MODE_) << 1U)
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_adc.h1021 #define ADC_CFGR1_DMACONTREQ(_DMACONTREQ_MODE_) \ argument
1022 ((_DMACONTREQ_MODE_) << 1U)
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_adc.h1044 #define ADC_CFGR1_DMACONTREQ(_DMACONTREQ_MODE_) \ argument
1045 ((_DMACONTREQ_MODE_) << 1U)
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_adc.h1058 #define ADC_CFGR1_DMACONTREQ(_DMACONTREQ_MODE_) \ argument
1059 ((_DMACONTREQ_MODE_) << 1U)
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_adc.h1044 #define ADC_CFGR1_DMACONTREQ(_DMACONTREQ_MODE_) \ argument
1045 ((_DMACONTREQ_MODE_) << 1U)
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_adc.h976 #define ADC_CR2_DMACONTREQ(_DMACONTREQ_MODE_) \ argument
977 ((_DMACONTREQ_MODE_) << POSITION_VAL(ADC_CR2_DDS))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_adc_ex.h2388 #define ADC_CFGR_DMACONTREQ(_DMACONTREQ_MODE_) ((_DMACONTREQ_MODE_) << 1U) argument