Searched refs:compConfig (Results 1 – 2 of 2) sorted by relevance
107 COMP->CSTS_B.OUTSEL1 = compConfig->output; in COMP_Config()108 COMP->CSTS_B.OPINV1 = compConfig->outputPol; in COMP_Config()110 COMP->CSTS_B.MOD1 = compConfig->mode; in COMP_Config()115 COMP->CSTS_B.OUTSEL2 = compConfig->output; in COMP_Config()116 COMP->CSTS_B.OPINV2 = compConfig->outputPol; in COMP_Config()117 COMP->CSTS_B.HYSCFG2 = compConfig->hysterrsis; in COMP_Config()118 COMP->CSTS_B.MOD2 = compConfig->mode; in COMP_Config()130 void COMP_ConfigStructInit(COMP_Config_T* compConfig) in COMP_ConfigStructInit() argument133 compConfig->output = COMP_OUTPUT_NONE; in COMP_ConfigStructInit()135 compConfig->hysterrsis = COMP_HYSTERRSIS_NO; in COMP_ConfigStructInit()[all …]
162 void COMP_Config(COMP_SELECT_T compSelect, COMP_Config_T* compConfig);163 void COMP_ConfigStructInit(COMP_Config_T* compConfig);
Completed in 5 milliseconds