Home
last modified time | relevance | path

Searched refs:ADC_INTERNAL_NONE (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_adc.h418 #define ADC_INTERNAL_NONE 0x80000000U macro
739 ((CHANNEL) == ADC_INTERNAL_NONE))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_adc.c1683 if ((sConfig->Channel > ADC_CHANNEL_9) && (sConfig->Channel != ADC_INTERNAL_NONE)) in HAL_ADC_ConfigChannel()
1737 if ((hadc->Instance == ADC1) && (sConfig->Channel == ADC_INTERNAL_NONE)) in HAL_ADC_ConfigChannel()