Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_comp.c268 assert_param(IS_COMP_NONINVERTINGINPUT(hcomp->Init.NonInvertingInput)); in HAL_COMP_Init()
352 __HAL_RI_IOSWITCH_CLOSE(hcomp->Init.NonInvertingInput); in HAL_COMP_Init()
404 if (hcomp->Init.NonInvertingInput != COMP_NONINVERTINGINPUT_NONE) in HAL_COMP_DeInit()
408 __HAL_RI_IOSWITCH_OPEN(hcomp->Init.NonInvertingInput); in HAL_COMP_DeInit()
Dstm32l1xx_hal_opamp.c271 … assert_param(IS_OPAMP_NONINVERTING_INPUT_CHECK_INSTANCE(hopamp, hopamp->Init.NonInvertingInput)); in HAL_OPAMP_Init()
356 if (hopamp->Init.NonInvertingInput == OPAMP_NONINVERTINGINPUT_IO0) in HAL_OPAMP_Init()
362 else if (hopamp->Init.NonInvertingInput == OPAMP_NONINVERTINGINPUT_DAC_CH1) in HAL_OPAMP_Init()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_opamp.c324 assert_param(IS_OPAMP_NONINVERTING_INPUT(hopamp->Init.NonInvertingInput)); in HAL_OPAMP_Init()
389 hopamp->Init.NonInvertingInput | \ in HAL_OPAMP_Init()
399 hopamp->Init.NonInvertingInput | \ in HAL_OPAMP_Init()
409 hopamp->Init.NonInvertingInput | \ in HAL_OPAMP_Init()
Dstm32l4xx_hal_comp.c302 assert_param(IS_COMP_INPUT_PLUS(hcomp->Instance, hcomp->Init.NonInvertingInput)); in HAL_COMP_Init()
353 tmp_csr = ( hcomp->Init.NonInvertingInput in HAL_COMP_Init()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_comp_ex.h304 (((__HANDLE__)->Init.NonInvertingInput != COMP_NONINVERTINGINPUT_NONE) && \
308 ((__HANDLE__)->Init.NonInvertingInput != COMP_NONINVERTINGINPUT_NONE)
Dstm32l1xx_hal_opamp.h87 uint32_t NonInvertingInput; /*!< Specifies the non inverting input of the opamp: member
Dstm32l1xx_hal_comp.h71 uint32_t NonInvertingInput; /*!< Selects the non inverting input of the comparator. member
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_opamp.h643 …STATIC_INLINE void LL_OPAMP_SetNonInvertingInput(OPAMP_TypeDef *OPAMPx, uint32_t NonInvertingInput) in LL_OPAMP_SetNonInvertingInput() argument
645 LL_OPAMP_SetInputNonInverting(OPAMPx, NonInvertingInput); in LL_OPAMP_SetNonInvertingInput()
Dstm32l4xx_hal_opamp.h85 uint32_t NonInvertingInput; /*!< Specifies the non inverting input of the opamp: member
Dstm32l4xx_hal_comp.h80 uint32_t NonInvertingInput; /*!< Set comparator input plus (non-inverting input). member
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_comp.c246 assert_param(IS_COMP_INPUT_PLUS(hcomp->Instance, hcomp->Init.NonInvertingInput)); in HAL_COMP_Init()
282 tmp_csr |= (hcomp->Init.NonInvertingInput | in HAL_COMP_Init()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_comp.h76 uint32_t NonInvertingInput; /*!< Set comparator input plus (non-inverting input). member