思澈科技软件开发工具包  2.20
COMP_Exported_Functions_Group2

Functions

HAL_StatusTypeDef HAL_COMP_Start (COMP_HandleTypeDef *hcomp)
 Start the comparator. More...
 
HAL_StatusTypeDef HAL_COMP_Stop (COMP_HandleTypeDef *hcomp)
 Stop the comparator. More...
 
void HAL_COMP_IRQHandler (COMP_HandleTypeDef *hcomp)
 Comparator IRQ handler. More...
 

Detailed Description

Function Documentation

◆ HAL_COMP_IRQHandler()

void HAL_COMP_IRQHandler ( COMP_HandleTypeDef hcomp)

Comparator IRQ handler.

Parameters
hcompCOMP handle
Return values
None

◆ HAL_COMP_Start()

HAL_StatusTypeDef HAL_COMP_Start ( COMP_HandleTypeDef hcomp)

Start the comparator.

Parameters
hcompCOMP handle
Return values
HALstatus

◆ HAL_COMP_Stop()

HAL_StatusTypeDef HAL_COMP_Stop ( COMP_HandleTypeDef hcomp)

Stop the comparator.

Parameters
hcompCOMP handle
Return values
HALstatus