Home
last modified time | relevance | path

Searched refs:NonInvertingInput (Results 1 – 5 of 5) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_comp.c308 assert_param(IS_COMP_NONINVERTINGINPUT(hcomp->Init.NonInvertingInput)); in HAL_COMP_Init()
394 if(hcomp->Init.NonInvertingInput != COMP_NONINVERTINGINPUT_PC3) in HAL_COMP_Init()
418 __HAL_RI_IOSWITCH_CLOSE(hcomp->Init.NonInvertingInput); in HAL_COMP_Init()
471 if (hcomp->Init.NonInvertingInput != COMP_NONINVERTINGINPUT_NONE) in HAL_COMP_DeInit()
475 __HAL_RI_IOSWITCH_OPEN(hcomp->Init.NonInvertingInput); in HAL_COMP_DeInit()
A Dstm32l1xx_hal_opamp.c273 … assert_param(IS_OPAMP_NONINVERTING_INPUT_CHECK_INSTANCE(hopamp, hopamp->Init.NonInvertingInput)); in HAL_OPAMP_Init()
372 if (hopamp->Init.NonInvertingInput == OPAMP_NONINVERTINGINPUT_IO0) in HAL_OPAMP_Init()
378 else if (hopamp->Init.NonInvertingInput == OPAMP_NONINVERTINGINPUT_DAC_CH1) in HAL_OPAMP_Init()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_comp_ex.h288 (((__HANDLE__)->Init.NonInvertingInput != COMP_NONINVERTINGINPUT_NONE) && \
292 ((__HANDLE__)->Init.NonInvertingInput != COMP_NONINVERTINGINPUT_NONE)
A Dstm32l1xx_hal_opamp.h71 uint32_t NonInvertingInput; /*!< Specifies the non inverting input of the opamp: member
A Dstm32l1xx_hal_comp.h55 uint32_t NonInvertingInput; /*!< Selects the non inverting input of the comparator. member

Completed in 14 milliseconds