Home
last modified time | relevance | path

Searched refs:ADC_CHANNEL_VBAT (Results 1 – 25 of 84) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_adc_ex.h885 … ((__CHANNEL__) == ADC_CHANNEL_VBAT) || \
901 … ((__CHANNEL__) == ADC_CHANNEL_VBAT) || \
917 … ((__CHANNEL__) == ADC_CHANNEL_VBAT) || \
938 … ((__CHANNEL__) == ADC_CHANNEL_VBAT) || \
948 … ((__CHANNEL__) == ADC_CHANNEL_VBAT) || \
969 … ((__CHANNEL__) == ADC_CHANNEL_VBAT) || \
995 … ((__CHANNEL__) == ADC_CHANNEL_VBAT) || \
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_adc_ex.h110 #define ADC_CHANNEL_VBAT ADC_CHANNEL_18 macro
144 ((__CHANNEL__) == ADC_CHANNEL_VBAT) \
233 ((CHANNEL) == ADC_CHANNEL_VBAT) )
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_adc_ex.h895 ((__CHANNEL__) == ADC_CHANNEL_VBAT) || \
918 ((__CHANNEL__) == ADC_CHANNEL_VBAT))) || \
956 ((__CHANNEL__) == ADC_CHANNEL_VBAT))) || \
998 ((__CHANNEL__) == ADC_CHANNEL_VBAT))) || \
1036 ((__CHANNEL__) == ADC_CHANNEL_VBAT) || \
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_adc.c1734 if ((hadc->Instance == ADC1) && (sConfig->Channel == ADC_CHANNEL_VBAT)) in HAL_ADC_ConfigChannel()
1737 if ((uint16_t)ADC_CHANNEL_TEMPSENSOR == (uint16_t)ADC_CHANNEL_VBAT) in HAL_ADC_ConfigChannel()
1750 if ((uint16_t)ADC_CHANNEL_TEMPSENSOR == (uint16_t)ADC_CHANNEL_VBAT) in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_adc.h777 #define ADC_CHANNEL_VBAT (LL_ADC_CHANNEL_VBAT) /*!< Internal channel Vbat/3: macro
1136 ((CHANNEL) == ADC_CHANNEL_VBAT) || \
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_adc.h781 #define ADC_CHANNEL_VBAT (LL_ADC_CHANNEL_VBAT) /*!< Internal channel Vb… macro
1145 ((CHANNEL) == ADC_CHANNEL_VBAT) || \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_adc.h784 #define ADC_CHANNEL_VBAT (LL_ADC_CHANNEL_VBAT) /*!< Internal channel Vb… macro
1167 ((CHANNEL) == ADC_CHANNEL_VBAT) )
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h357 #define ADC_CHANNEL_VBAT (LL_ADC_CHANNEL_VBAT) /*!< ADC channel for VBAT, batte… macro
1034 ((__CHANNEL__) == ADC_CHANNEL_VBAT) || \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_adc_ex.c5779 ( (sConfig->Channel == ADC_CHANNEL_VBAT) && in HAL_ADC_ConfigChannel()
5811 else if ((sConfig->Channel == ADC_CHANNEL_VBAT) && (hadc->Instance == ADC1)) in HAL_ADC_ConfigChannel()
5958 else if (sConfig->Channel == ADC_CHANNEL_VBAT) in HAL_ADC_ConfigChannel()
6430 ( (sConfigInjected->InjectedChannel == ADC_CHANNEL_VBAT) && in HAL_ADCEx_InjectedConfigChannel()
6462 else if ((sConfigInjected->InjectedChannel == ADC_CHANNEL_VBAT) && (hadc->Instance == ADC1)) in HAL_ADCEx_InjectedConfigChannel()
6738 else if (sConfigInjected->InjectedChannel == ADC_CHANNEL_VBAT) in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_adc_ex.h826 #define ADC_CHANNEL_VBAT ADC_CHANNEL_17 macro
1370 #define ADC_CHANNEL_VBAT ADC_CHANNEL_18 macro
2984 ((CHANNEL) == ADC_CHANNEL_VBAT) || \
3728 ((CHANNEL) == ADC_CHANNEL_VBAT) )
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc.c2852 …else if ((sConfig->Channel == ADC_CHANNEL_VBAT) && ((tmp_config_internal_channel & LL_ADC_PATH_INT… in HAL_ADC_ConfigChannel()
2892 else if (sConfig->Channel == ADC_CHANNEL_VBAT) in HAL_ADC_ConfigChannel()
3075 …else if ((sConfig->Channel == ADC_CHANNEL_VBAT) && ((tmp_config_internal_channel & LL_ADC_PATH_INT… in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_adc.c2274 else if ((pConfig->Channel == ADC_CHANNEL_VBAT) in HAL_ADC_ConfigChannel()
2319 else if (pConfig->Channel == ADC_CHANNEL_VBAT) in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_adc.c2266 else if ((pConfig->Channel == ADC_CHANNEL_VBAT) in HAL_ADC_ConfigChannel()
2311 else if (pConfig->Channel == ADC_CHANNEL_VBAT) in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_adc.c2376 else if ((pConfig->Channel == ADC_CHANNEL_VBAT) in HAL_ADC_ConfigChannel()
2421 else if (pConfig->Channel == ADC_CHANNEL_VBAT) in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_adc_ex.h586 ((__CHANNEL__) == ADC_CHANNEL_VBAT)))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_adc_ex.h799 ((__CHANNEL__) == ADC_CHANNEL_VBAT) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_adc_ex.h823 ((__CHANNEL__) == ADC_CHANNEL_VBAT) || \
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_adc.h375 #define ADC_CHANNEL_VBAT ((uint32_t)ADC_CHANNEL_18) macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_adc_ex.h777 ((__CHANNEL__) == ADC_CHANNEL_VBAT) || \
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_adc.h384 #define ADC_CHANNEL_VBAT ((uint32_t)ADC_CHANNEL_18) macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_adc_ex.h806 ((__CHANNEL__) == ADC_CHANNEL_VBAT))) || \
Dstm32l5xx_hal_adc.h757 #define ADC_CHANNEL_VBAT (LL_ADC_CHANNEL_VBAT) /*!< Internal channel Vb… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_adc_ex.h995 ((__CHANNEL__) == ADC_CHANNEL_VBAT) || \
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_adc_ex.c915 if ((hadc->Instance == ADC1) && (sConfigInjected->InjectedChannel == ADC_CHANNEL_VBAT)) in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_adc_ex.c915 if ((hadc->Instance == ADC1) && (sConfigInjected->InjectedChannel == ADC_CHANNEL_VBAT)) in HAL_ADCEx_InjectedConfigChannel()

1234