Searched refs:COMP_STATE_BIT_LOCK (Results 1 – 1 of 1) sorted by relevance
239 #define COMP_STATE_BIT_LOCK (0x00000010U) macro281 if((hcomp == NULL) || ((hcomp->State & COMP_STATE_BIT_LOCK) != RESET)) in HAL_COMP_Init()446 if((hcomp == NULL) || ((hcomp->State & COMP_STATE_BIT_LOCK) != RESET)) in HAL_COMP_DeInit()731 if((hcomp == NULL) || ((hcomp->State & COMP_STATE_BIT_LOCK) != RESET)) in HAL_COMP_Start()789 if((hcomp == NULL) || ((hcomp->State & COMP_STATE_BIT_LOCK) != RESET)) in HAL_COMP_Stop()938 if((hcomp == NULL) || ((hcomp->State & COMP_STATE_BIT_LOCK) != RESET)) in HAL_COMP_Lock()
Completed in 5 milliseconds