Lines Matching refs:OPAMPx
105 ErrorStatus LL_OPAMP_DeInit(OPAMP_TypeDef* OPAMPx) in LL_OPAMP_DeInit() argument
110 assert_param(IS_OPAMP_ALL_INSTANCE(OPAMPx)); in LL_OPAMP_DeInit()
114 if (LL_OPAMP_IsLocked(OPAMPx) == 0U) in LL_OPAMP_DeInit()
116 LL_OPAMP_WriteReg(OPAMPx, CSR, 0x00000000U); in LL_OPAMP_DeInit()
141 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct) in LL_OPAMP_Init() argument
146 assert_param(IS_OPAMP_ALL_INSTANCE(OPAMPx)); in LL_OPAMP_Init()
148 assert_param(IS_LL_OPAMP_INPUT_NONINVERTING(OPAMPx, OPAMP_InitStruct->InputNonInverting)); in LL_OPAMP_Init()
156 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMPx, OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init()
161 if (LL_OPAMP_IsLocked(OPAMPx) == 0U) in LL_OPAMP_Init()
170 MODIFY_REG(OPAMPx->CSR, in LL_OPAMP_Init()
182 MODIFY_REG(OPAMPx->CSR, in LL_OPAMP_Init()