Home
last modified time | relevance | path

Searched refs:ADC_CR2_EOCSelection (Results 1 – 25 of 30) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_adc.h846 #define ADC_CR2_EOCSelection(_EOCSelection_MODE_) ((_EOCSelection_MODE_) << 10U) macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_adc.h855 #define ADC_CR2_EOCSelection(_EOCSelection_MODE_) ((_EOCSelection_MODE_) << 10U) macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_adc.h914 #define ADC_CR2_EOCSelection(_EOCSelection_MODE_) ((_EOCSelection_MODE_) << 10) macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_adc.c1899 hadc->Instance->CR2 |= ADC_CR2_EOCSelection(hadc->Init.EOCSelection); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_adc.c1989 hadc->Instance->CR2 |= ADC_CR2_EOCSelection(hadc->Init.EOCSelection); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_adc.c1985 hadc->Instance->CR2 |= ADC_CR2_EOCSelection(hadc->Init.EOCSelection); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/
Dstm32_hal_legacy.h1978 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1886 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1967 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2217 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2179 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/Legacy/
Dstm32_hal_legacy.h2192 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2217 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2217 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2217 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/Legacy/
Dstm32_hal_legacy.h2204 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/Legacy/
Dstm32_hal_legacy.h2202 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2202 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2187 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/Legacy/
Dstm32_hal_legacy.h2215 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2187 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2204 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2179 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2204 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2187 #define __HAL_ADC_CR2_EOCSelection ADC_CR2_EOCSelection

12