Home
last modified time | relevance | path

Searched refs:IS_ADC1_DIFF_CHANNEL (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_adc_ex.h788 #define IS_ADC1_DIFF_CHANNEL(__CHANNEL__) (((__CHANNEL__) == ADC_CHANNEL_1) || \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc_ex.h1024 #define IS_ADC1_DIFF_CHANNEL(__CHANNEL__) (((__CHANNEL__) == ADC_CHANNEL_1) || \ macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_adc_ex.h972 #define IS_ADC1_DIFF_CHANNEL(__CHANNEL__) (((__CHANNEL__) == ADC_CHANNEL_1) || \ macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc_ex.c1781 assert_param(IS_ADC1_DIFF_CHANNEL(pConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel()
Dstm32mp1xx_hal_adc.c2724 assert_param(IS_ADC1_DIFF_CHANNEL(pConfig->Channel)); in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc_ex.c2051 assert_param(IS_ADC1_DIFF_CHANNEL(pConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel()
Dstm32u5xx_hal_adc.c3337 assert_param(IS_ADC1_DIFF_CHANNEL(pConfig->Channel)); in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc_ex.c1904 assert_param(IS_ADC1_DIFF_CHANNEL(sConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel()
Dstm32h7xx_hal_adc.c2866 assert_param(IS_ADC1_DIFF_CHANNEL(sConfig->Channel)); in HAL_ADC_ConfigChannel()