Home
last modified time | relevance | path

Searched refs:ADC_CHANNEL_TEMPSENSOR_ADC5 (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_adc.h851 #define ADC_CHANNEL_TEMPSENSOR_ADC5 (LL_ADC_CHANNEL_TEMPSENSOR_ADC5) /*!< Internal channel T… macro
Dstm32g4xx_hal_adc_ex.h913 … ((__CHANNEL__) == ADC_CHANNEL_TEMPSENSOR_ADC5) || \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc_ex.c2047 || (pConfigInjected->InjectedChannel == ADC_CHANNEL_TEMPSENSOR_ADC5)) in HAL_ADCEx_InjectedConfigChannel()
Dstm32g4xx_hal_adc.c2913 …nfig->Channel == ADC_CHANNEL_TEMPSENSOR_ADC1) || (pConfig->Channel == ADC_CHANNEL_TEMPSENSOR_ADC5)) in HAL_ADC_ConfigChannel()