Lines Matching defs:hcomp

232 HAL_StatusTypeDef HAL_COMP_Init(COMP_HandleTypeDef *hcomp)  in HAL_COMP_Init()
362 HAL_StatusTypeDef HAL_COMP_DeInit(COMP_HandleTypeDef *hcomp) in HAL_COMP_DeInit()
411 __weak void HAL_COMP_MspInit(COMP_HandleTypeDef *hcomp) in HAL_COMP_MspInit()
426 __weak void HAL_COMP_MspDeInit(COMP_HandleTypeDef *hcomp) in HAL_COMP_MspDeInit()
450 HAL_StatusTypeDef HAL_COMP_RegisterCallback(COMP_HandleTypeDef *hcomp, HAL_COMP_CallbackIDTypeDef C… in HAL_COMP_RegisterCallback()
533 HAL_StatusTypeDef HAL_COMP_UnRegisterCallback(COMP_HandleTypeDef *hcomp, HAL_COMP_CallbackIDTypeDef… in HAL_COMP_UnRegisterCallback()
621 HAL_StatusTypeDef HAL_COMP_Start(COMP_HandleTypeDef *hcomp) in HAL_COMP_Start()
683 HAL_StatusTypeDef HAL_COMP_Stop(COMP_HandleTypeDef *hcomp) in HAL_COMP_Stop()
729 HAL_StatusTypeDef HAL_COMP_Start_IT_OneShot(COMP_HandleTypeDef *hcomp) in HAL_COMP_Start_IT_OneShot()
820 HAL_StatusTypeDef HAL_COMP_Start_IT_AutoRearm(COMP_HandleTypeDef *hcomp) in HAL_COMP_Start_IT_AutoRearm()
907 HAL_StatusTypeDef HAL_COMP_Stop_IT(COMP_HandleTypeDef *hcomp) in HAL_COMP_Stop_IT()
955 void HAL_COMP_IRQHandler(COMP_HandleTypeDef *hcomp) in HAL_COMP_IRQHandler()
1039 HAL_StatusTypeDef HAL_COMP_Lock(COMP_HandleTypeDef *hcomp) in HAL_COMP_Lock()
1099 uint32_t HAL_COMP_GetOutputLevel(const COMP_HandleTypeDef *hcomp) in HAL_COMP_GetOutputLevel()
1112 __weak void HAL_COMP_TriggerCallback(COMP_HandleTypeDef *hcomp) in HAL_COMP_TriggerCallback()
1146 HAL_COMP_StateTypeDef HAL_COMP_GetState(const COMP_HandleTypeDef *hcomp) in HAL_COMP_GetState()
1166 uint32_t HAL_COMP_GetError(const COMP_HandleTypeDef *hcomp) in HAL_COMP_GetError()