Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_comp.h68 } COMP_SELECT_T; typedef
162 void COMP_Config(COMP_SELECT_T compSelect, COMP_Config_T* compConfig);
164 void COMP_Enable(COMP_SELECT_T compSelect);
165 void COMP_Disable(COMP_SELECT_T compSelect);
168 uint32_t COMP_ReadOutPutLevel(COMP_SELECT_T compSelect);
175 void COMP_ConfigLOCK(COMP_SELECT_T compSelect);
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_comp.c102 void COMP_Config(COMP_SELECT_T compSelect, COMP_Config_T* compConfig) in COMP_Config()
152 void COMP_Enable(COMP_SELECT_T compSelect) in COMP_Enable()
177 void COMP_Disable(COMP_SELECT_T compSelect) in COMP_Disable()
226 uint32_t COMP_ReadOutPutLevel(COMP_SELECT_T compSelect) in COMP_ReadOutPutLevel()
284 void COMP_ConfigLOCK(COMP_SELECT_T compSelect) in COMP_ConfigLOCK()

Completed in 4 milliseconds