Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c328 assert_param(IS_ADC_DATA_INVERT(hadc->Init.InvertOutputMode)); in HAL_ADC_Init()
422 if (hadc->Init.InvertOutputMode == ADC_DATA_INVERT_NONE) in HAL_ADC_Init()
427 else if (hadc->Init.InvertOutputMode == ADC_DATA_INVERT_DIFF) in HAL_ADC_Init()
432 else if (hadc->Init.InvertOutputMode == ADC_DATA_INVERT_SING) in HAL_ADC_Init()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h206 uint32_t InvertOutputMode; /*!< Specifies the bit to bit inversion (1' complement) for member