Home
last modified time | relevance | path

Searched refs:InternalOutput (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_opamp.c337 assert_param(IS_FUNCTIONAL_STATE(hopamp->Init.InternalOutput)); in HAL_OPAMP_Init()
406 ((hopamp->Init.InternalOutput == ENABLE) ? OPAMP_CSR_OPAMPINTEN : 0UL) | in HAL_OPAMP_Init()
424 ((hopamp->Init.InternalOutput == ENABLE) ? OPAMP_CSR_OPAMPINTEN : 0UL) | in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_opamp.h736 __STATIC_INLINE void LL_OPAMP_SetInternalOutput(OPAMP_TypeDef *OPAMPx, uint32_t InternalOutput) in LL_OPAMP_SetInternalOutput() argument
738 MODIFY_REG(OPAMPx->CSR, OPAMP_CSR_OPAMPINTEN, InternalOutput); in LL_OPAMP_SetInternalOutput()
Dstm32g4xx_hal_opamp.h70 …FunctionalState InternalOutput; /*!< Specifies the configuration of the internal output from… member