Home
last modified time | relevance | path

Searched refs:compOUT (Results 1 – 1 of 1) sorted by relevance

/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_comp.c228 uint32_t compOUT = 0x00; in COMP_ReadOutPutLevel() local
233 compOUT = COMP_OUTPUTLEVEL_HIGH; in COMP_ReadOutPutLevel()
236 compOUT = COMP_OUTPUTLEVEL_LOW; in COMP_ReadOutPutLevel()
242 compOUT = COMP_OUTPUTLEVEL_HIGH; in COMP_ReadOutPutLevel()
245 compOUT = COMP_OUTPUTLEVEL_LOW; in COMP_ReadOutPutLevel()
247 return (uint32_t)(compOUT); in COMP_ReadOutPutLevel()

Completed in 3 milliseconds