Lines Matching refs:COMPx
178 ErrorStatus LL_COMP_DeInit(COMP_TypeDef *COMPx) in LL_COMP_DeInit() argument
183 assert_param(IS_COMP_ALL_INSTANCE(COMPx)); in LL_COMP_DeInit()
187 if (LL_COMP_IsLocked(COMPx) == 0UL) in LL_COMP_DeInit()
189 LL_COMP_WriteReg(COMPx, CSR, 0x00000000UL); in LL_COMP_DeInit()
215 ErrorStatus LL_COMP_Init(COMP_TypeDef *COMPx, const LL_COMP_InitTypeDef *COMP_InitStruct) in LL_COMP_Init() argument
220 assert_param(IS_COMP_ALL_INSTANCE(COMPx)); in LL_COMP_Init()
222 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
223 assert_param(IS_LL_COMP_INPUT_MINUS(COMPx, COMP_InitStruct->InputMinus)); in LL_COMP_Init()
226 assert_param(IS_LL_COMP_OUTPUT_BLANKING_SOURCE(COMPx, COMP_InitStruct->OutputBlankingSource)); in LL_COMP_Init()
230 if (LL_COMP_IsLocked(COMPx) == 0UL) in LL_COMP_Init()
240 MODIFY_REG(COMPx->CSR, in LL_COMP_Init()
259 MODIFY_REG(COMPx->CSR, in LL_COMP_Init()