Home
last modified time | relevance | path

Searched refs:__HAL_ADC_CHANNEL_DIFF_NEG_INPUT (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_adc_ex.h632 #define __HAL_ADC_CHANNEL_DIFF_NEG_INPUT(__HANDLE__, __CHANNEL__) \ macro
1006 (__HAL_ADC_CHANNEL_DIFF_NEG_INPUT(__HANDLE__, __CHANNEL__) != ADC_CHANNEL_NONE)
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc_ex.c2063__HAL_ADC_CHANNEL_DIFF_NEG_INPUT(hadc, pConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel()
Dstm32n6xx_hal_adc.c2869 __HAL_ADC_CHANNEL_DIFF_NEG_INPUT(hadc, pConfig->Channel)); in HAL_ADC_ConfigChannel()