Lines Matching refs:OPAMPx

133 ErrorStatus LL_OPAMP_DeInit(OPAMP_TypeDef* OPAMPx)  in LL_OPAMP_DeInit()  argument
138 assert_param(IS_OPAMP_ALL_INSTANCE(OPAMPx)); in LL_OPAMP_DeInit()
141 …PAMP_CSR_OPA1CAL_L | OPAMP_CSR_OPA1CAL_H | OPAMP_CSR_OPA1LPM) << __OPAMP_INSTANCE_BITOFFSET(OPAMPx) in LL_OPAMP_DeInit()
142 | (OPAMP_CSR_ANAWSEL1) << __OPAMP_INSTANCE_DECIMAL(OPAMPx) in LL_OPAMP_DeInit()
143 | (OPAMP_CSR_S7SEL2 * __OPAMP_IS_INSTANCE_OPAMP2(OPAMPx)) , in LL_OPAMP_DeInit()
144 (OPAMP_CSR_OPA1PD) << __OPAMP_INSTANCE_BITOFFSET(OPAMPx) in LL_OPAMP_DeInit()
165 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct) in LL_OPAMP_Init() argument
168 assert_param(IS_OPAMP_ALL_INSTANCE(OPAMPx)); in LL_OPAMP_Init()
171 assert_param(IS_LL_OPAMP_INPUT_NONINVERTING(OPAMPx, OPAMP_InitStruct->InputNonInverting)); in LL_OPAMP_Init()
178 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMPx, OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init()
198 ) << __OPAMP_INSTANCE_BITOFFSET(OPAMPx) in LL_OPAMP_Init()
200 | ((OPAMP_CSR_ANAWSEL1) << __OPAMP_INSTANCE_DECIMAL(OPAMPx)) in LL_OPAMP_Init()
201 | (OPAMP_CSR_S7SEL2 * __OPAMP_IS_INSTANCE_OPAMP2(OPAMPx)) in LL_OPAMP_Init()
208 ) << __OPAMP_INSTANCE_BITOFFSET(OPAMPx) in LL_OPAMP_Init()
210 … | ((OPAMP_InitStruct->InputInverting & OPAMP_CSR_ANAWSEL1) << __OPAMP_INSTANCE_DECIMAL(OPAMPx)) in LL_OPAMP_Init()
211 … | ((OPAMP_InitStruct->InputNonInverting & OPAMP_CSR_S7SEL2) * __OPAMP_IS_INSTANCE_OPAMP2(OPAMPx)) in LL_OPAMP_Init()
224 ) << __OPAMP_INSTANCE_BITOFFSET(OPAMPx) in LL_OPAMP_Init()
226 | ((OPAMP_CSR_ANAWSEL1) << __OPAMP_INSTANCE_DECIMAL(OPAMPx)) in LL_OPAMP_Init()
227 | (OPAMP_CSR_S7SEL2 * __OPAMP_IS_INSTANCE_OPAMP2(OPAMPx)) in LL_OPAMP_Init()
234 ) << __OPAMP_INSTANCE_BITOFFSET(OPAMPx) in LL_OPAMP_Init()
236 … | ((OPAMP_InitStruct->InputNonInverting & OPAMP_CSR_S7SEL2) * __OPAMP_IS_INSTANCE_OPAMP2(OPAMPx)) in LL_OPAMP_Init()