Home
last modified time | relevance | path

Searched refs:InvertingInput (Results 1 – 4 of 4) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_comp.h50 uint32_t InvertingInput; /*!< Selects the inverting input of the comparator. member
327 MODIFY_REG(COMP->CSR, COMP_CSR_INSEL, (__HANDLE__)->Init.InvertingInput ) \
A Dstm32l1xx_hal_opamp.h64 uint32_t InvertingInput; /*!< Specifies the inverting input in Standalone mode member
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_comp.c296 assert_param(IS_COMP_INVERTINGINPUT(hcomp->Init.InvertingInput)); in HAL_COMP_Init()
375 hcomp->Init.InvertingInput | in HAL_COMP_Init()
A Dstm32l1xx_hal_opamp.c288 assert_param(IS_OPAMP_INVERTING_INPUT(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
355 if (hopamp->Init.InvertingInput == OPAMP_INVERTINGINPUT_IO0) in HAL_OPAMP_Init()

Completed in 15 milliseconds