Home
last modified time | relevance | path

Searched refs:ADC_CR2_CONTINUOUS (Results 1 – 25 of 36) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_adc.h825 #define ADC_CR2_CONTINUOUS(_CONTINUOUS_MODE_) ((_CONTINUOUS_MODE_) << 1U) macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_adc.h733 #define ADC_CR2_CONTINUOUS(_CONTINUOUS_MODE_) \ macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_adc.h834 #define ADC_CR2_CONTINUOUS(_CONTINUOUS_MODE_) ((_CONTINUOUS_MODE_) << 1U) macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_adc.h893 #define ADC_CR2_CONTINUOUS(_CONTINUOUS_MODE_) ((_CONTINUOUS_MODE_) << 1) macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_adc.c1870 hadc->Instance->CR2 |= ADC_CR2_CONTINUOUS((uint32_t)hadc->Init.ContinuousConvMode); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_adc.h984 #define ADC_CR2_CONTINUOUS(_CONTINUOUS_MODE_) \ macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_adc.c1960 hadc->Instance->CR2 |= ADC_CR2_CONTINUOUS((uint32_t)hadc->Init.ContinuousConvMode); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_adc.c509 ADC_CR2_CONTINUOUS((uint32_t)hadc->Init.ContinuousConvMode) ); in HAL_ADC_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_adc.c1956 hadc->Instance->CR2 |= ADC_CR2_CONTINUOUS((uint32_t)hadc->Init.ContinuousConvMode); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_adc.c530 ADC_CR2_CONTINUOUS((uint32_t)hadc->Init.ContinuousConvMode) ); in HAL_ADC_Init()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_adc_ex.h3613 #define ADC_CR2_CONTINUOUS(_CONTINUOUS_MODE_) \ macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/
Dstm32_hal_legacy.h1975 #define __HAL_ADC_CR2_CONTINUOUS ADC_CR2_CONTINUOUS
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1883 #define __HAL_ADC_CR2_CONTINUOUS ADC_CR2_CONTINUOUS
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1964 #define __HAL_ADC_CR2_CONTINUOUS ADC_CR2_CONTINUOUS
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2214 #define __HAL_ADC_CR2_CONTINUOUS ADC_CR2_CONTINUOUS
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2176 #define __HAL_ADC_CR2_CONTINUOUS ADC_CR2_CONTINUOUS
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/Legacy/
Dstm32_hal_legacy.h2189 #define __HAL_ADC_CR2_CONTINUOUS ADC_CR2_CONTINUOUS
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2214 #define __HAL_ADC_CR2_CONTINUOUS ADC_CR2_CONTINUOUS
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2214 #define __HAL_ADC_CR2_CONTINUOUS ADC_CR2_CONTINUOUS
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2214 #define __HAL_ADC_CR2_CONTINUOUS ADC_CR2_CONTINUOUS
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/Legacy/
Dstm32_hal_legacy.h2201 #define __HAL_ADC_CR2_CONTINUOUS ADC_CR2_CONTINUOUS
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/Legacy/
Dstm32_hal_legacy.h2199 #define __HAL_ADC_CR2_CONTINUOUS ADC_CR2_CONTINUOUS
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2199 #define __HAL_ADC_CR2_CONTINUOUS ADC_CR2_CONTINUOUS
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2184 #define __HAL_ADC_CR2_CONTINUOUS ADC_CR2_CONTINUOUS
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/Legacy/
Dstm32_hal_legacy.h2212 #define __HAL_ADC_CR2_CONTINUOUS ADC_CR2_CONTINUOUS

12