Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_adc.h839 #define ADC_CR1_SCANCONV(_SCANCONV_MODE_) ((_SCANCONV_MODE_) << 8U) macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_adc.h848 #define ADC_CR1_SCANCONV(_SCANCONV_MODE_) ((_SCANCONV_MODE_) << 8U) macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_adc.h907 #define ADC_CR1_SCANCONV(_SCANCONV_MODE_) ((_SCANCONV_MODE_) << 8) macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_adc.c1836 hadc->Instance->CR1 |= ADC_CR1_SCANCONV(hadc->Init.ScanConvMode); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_adc.c1926 hadc->Instance->CR1 |= ADC_CR1_SCANCONV(hadc->Init.ScanConvMode); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_adc.c1922 hadc->Instance->CR1 |= ADC_CR1_SCANCONV(hadc->Init.ScanConvMode); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/
Dstm32_hal_legacy.h1977 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1885 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1966 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2216 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2178 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/Legacy/
Dstm32_hal_legacy.h2191 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2216 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2216 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2216 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/Legacy/
Dstm32_hal_legacy.h2203 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/Legacy/
Dstm32_hal_legacy.h2201 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2201 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2186 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/Legacy/
Dstm32_hal_legacy.h2214 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2186 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2203 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2178 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2203 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2186 #define __HAL_ADC_CR1_SCANCONV ADC_CR1_SCANCONV

12