Lines Matching refs:COMPx
196 ErrorStatus LL_COMP_DeInit(COMP_TypeDef *COMPx) in LL_COMP_DeInit() argument
201 assert_param(IS_COMP_ALL_INSTANCE(COMPx)); in LL_COMP_DeInit()
214 if(COMPx == COMP1) in LL_COMP_DeInit()
236 LL_COMP_SetInputPlus(COMPx, LL_COMP_INPUT_PLUS_NONE); in LL_COMP_DeInit()
253 ErrorStatus LL_COMP_Init(COMP_TypeDef *COMPx, LL_COMP_InitTypeDef *COMP_InitStruct) in LL_COMP_Init() argument
258 assert_param(IS_COMP_ALL_INSTANCE(COMPx)); in LL_COMP_Init()
259 if(COMPx == COMP2) in LL_COMP_Init()
262 assert_param(IS_LL_COMP_INPUT_MINUS(COMPx, COMP_InitStruct->InputMinus)); in LL_COMP_Init()
265 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
277 if(COMPx == COMP2) in LL_COMP_Init()
290 LL_COMP_SetInputPlus(COMPx, COMP_InitStruct->InputPlus); in LL_COMP_Init()
299 LL_COMP_SetInputPlus(COMPx, COMP_InitStruct->InputPlus); in LL_COMP_Init()