Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_comp.c107 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() argument
133 compConfig->output = COMP_OUTPUT_NONE; in COMP_ConfigStructInit()
135 compConfig->hysterrsis = COMP_HYSTERRSIS_NO; in COMP_ConfigStructInit()
[all …]
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_comp.h162 void COMP_Config(COMP_SELECT_T compSelect, COMP_Config_T* compConfig);
163 void COMP_ConfigStructInit(COMP_Config_T* compConfig);

Completed in 5 milliseconds