Home
last modified time | relevance | path

Searched refs:IS_ADC_OFFSET_SIGN (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc_ex.c1778 assert_param(IS_ADC_OFFSET_SIGN(pConfigInjected->InjectedOffsetSign)); in HAL_ADCEx_InjectedConfigChannel()
2000 assert_param(IS_ADC_OFFSET_SIGN(pConfigInjected->InjectedOffsetSign)); in HAL_ADCEx_InjectedConfigChannel()
Dstm32n6xx_hal_adc.c2808 assert_param(IS_ADC_OFFSET_SIGN(pConfig->OffsetSign)); in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_adc_ex.h841 #define IS_ADC_OFFSET_SIGN(__OFFSET_SIGN__) (((__OFFSET_SIGN__) == ADC_OFFSET_SIGN_NEGATIVE) ||… macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_adc_ex.h886 #define IS_ADC_OFFSET_SIGN(__OFFSET_SIGN__) (((__OFFSET_SIGN__) == ADC_OFFSET_SIGN_NEGATIVE) ||… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_adc_ex.h1021 #define IS_ADC_OFFSET_SIGN(__OFFSET_SIGN__) (((__OFFSET_SIGN__) == ADC_OFFSET_SIGN_NEGATIVE) || \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc_ex.h1058 #define IS_ADC_OFFSET_SIGN(__OFFSET_SIGN__) (((__OFFSET_SIGN__) == ADC_OFFSET_SIGN_NEGATIVE) || \ macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_adc_ex.h1114 #define IS_ADC_OFFSET_SIGN(__OFFSET_SIGN__) (((__OFFSET_SIGN__) == ADC_OFFSET_SIGN_NEGATIVE) ||… macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc_ex.c1681 assert_param(IS_ADC_OFFSET_SIGN(pConfigInjected->InjectedOffsetSign)); in HAL_ADCEx_InjectedConfigChannel()
Dstm32g4xx_hal_adc.c2844 assert_param(IS_ADC_OFFSET_SIGN(pConfig->OffsetSign)); in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_adc_ex.c1738 assert_param(IS_ADC_OFFSET_SIGN(pConfigInjected->InjectedOffsetSign)); in HAL_ADCEx_InjectedConfigChannel()
Dstm32h5xx_hal_adc.c2895 assert_param(IS_ADC_OFFSET_SIGN(pConfig->OffsetSign)); in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_adc_ex.c1737 assert_param(IS_ADC_OFFSET_SIGN(pConfigInjected->InjectedOffsetSign)); in HAL_ADCEx_InjectedConfigChannel()
Dstm32h7rsxx_hal_adc.c2889 assert_param(IS_ADC_OFFSET_SIGN(pConfig->OffsetSign)); in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc_ex.c2010 assert_param(IS_ADC_OFFSET_SIGN(pConfigInjected->InjectedOffsetSign)); in HAL_ADCEx_InjectedConfigChannel()
Dstm32u5xx_hal_adc.c3399 assert_param(IS_ADC_OFFSET_SIGN(pConfig->OffsetSign)); in HAL_ADC_ConfigChannel()