Lines Matching refs:COMPx
137 ErrorStatus LL_COMP_DeInit(COMP_TypeDef *COMPx) in LL_COMP_DeInit() argument
142 assert_param(IS_COMP_ALL_INSTANCE(COMPx)); in LL_COMP_DeInit()
146 if(LL_COMP_IsLocked(COMPx) == 0U) in LL_COMP_DeInit()
151 if(COMPx == COMP1) in LL_COMP_DeInit()
161 ) << __COMP_BITOFFSET_INSTANCE(COMPx) in LL_COMP_DeInit()
173 ) << __COMP_BITOFFSET_INSTANCE(COMPx) in LL_COMP_DeInit()
201 ErrorStatus LL_COMP_Init(COMP_TypeDef *COMPx, LL_COMP_InitTypeDef *COMP_InitStruct) in LL_COMP_Init() argument
206 assert_param(IS_COMP_ALL_INSTANCE(COMPx)); in LL_COMP_Init()
208 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
209 assert_param(IS_LL_COMP_INPUT_MINUS(COMPx, COMP_InitStruct->InputMinus)); in LL_COMP_Init()
216 if(LL_COMP_IsLocked(COMPx) == 0U) in LL_COMP_Init()
228 if(COMPx == COMP1) in LL_COMP_Init()
237 ) << __COMP_BITOFFSET_INSTANCE(COMPx) in LL_COMP_Init()
245 ) << __COMP_BITOFFSET_INSTANCE(COMPx) in LL_COMP_Init()
256 ) << __COMP_BITOFFSET_INSTANCE(COMPx) in LL_COMP_Init()
264 ) << __COMP_BITOFFSET_INSTANCE(COMPx) in LL_COMP_Init()