Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_adc_ex.h1112 #define IS_ADC3_OFFSET_SIGN(__OFFSET_SIGN__) (((__OFFSET_SIGN__) == ADC3_OFFSET_SIGN_NEGATIVE) … macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc_ex.c1856 assert_param(IS_ADC3_OFFSET_SIGN(sConfigInjected->InjectedOffsetSign)); in HAL_ADCEx_InjectedConfigChannel()
Dstm32h7xx_hal_adc.c2945 assert_param(IS_ADC3_OFFSET_SIGN(sConfig->OffsetSign)); in HAL_ADC_ConfigChannel()