Searched refs:compSelect (Results 1 – 2 of 2) sorted by relevance
102 void COMP_Config(COMP_SELECT_T compSelect, COMP_Config_T* compConfig) in COMP_Config() argument104 if (compSelect == COMP_SELECT_COMP1) in COMP_Config()152 void COMP_Enable(COMP_SELECT_T compSelect) in COMP_Enable() argument154 if (compSelect == COMP_SELECT_COMP1) in COMP_Enable()177 void COMP_Disable(COMP_SELECT_T compSelect) in COMP_Disable() argument179 if (compSelect == COMP_SELECT_COMP1) in COMP_Disable()226 uint32_t COMP_ReadOutPutLevel(COMP_SELECT_T compSelect) in COMP_ReadOutPutLevel() argument229 if (compSelect == COMP_SELECT_COMP1) in COMP_ReadOutPutLevel()284 void COMP_ConfigLOCK(COMP_SELECT_T compSelect) in COMP_ConfigLOCK() argument286 if (compSelect == COMP_SELECT_COMP1) in COMP_ConfigLOCK()
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);
Completed in 4 milliseconds