Searched refs:IS_COMP_ALL_COMP (Results 1 – 4 of 4) sorted by relevance
101 if(!IS_COMP_ALL_COMP(hcomp->Init.Comparator)) return HAL_ERROR; in HAL_COMP_Init()175 if(!IS_COMP_ALL_COMP(hcomp->Init.Comparator)) return HAL_ERROR; in HAL_COMP_Enable()225 if(!IS_COMP_ALL_COMP(hcomp->Init.Comparator)) return HAL_ERROR; in HAL_COMP_Disable()248 if(!IS_COMP_ALL_COMP(hcomp->Init.Comparator)) return HAL_ERROR; in HAL_COMP_GetOutputLevel()284 if(!IS_COMP_ALL_COMP(hcomp->Init.Comparator)) return HAL_ERROR; in HAL_COMP_Lock()
106 if(!IS_COMP_ALL_COMP(hcomp->Init.Comparator)) return HAL_ERROR; in HAL_COMP_Init()180 if(!IS_COMP_ALL_COMP(hcomp->Init.Comparator)) return HAL_ERROR; in HAL_COMP_Enable()230 if(!IS_COMP_ALL_COMP(hcomp->Init.Comparator)) return HAL_ERROR; in HAL_COMP_Disable()253 if(!IS_COMP_ALL_COMP(hcomp->Init.Comparator)) return HAL_ERROR; in HAL_COMP_GetOutputLevel()289 if(!IS_COMP_ALL_COMP(hcomp->Init.Comparator)) return HAL_ERROR; in HAL_COMP_Lock()
138 #define IS_COMP_ALL_COMP(_COMP) (((_COMP) == COMP1) || \ macro
Completed in 6 milliseconds