Home
last modified time | relevance | path

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

/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_comp.h180 } COMP_Selection_TypeDef; typedef
207 void COMP_DeInit(COMP_Selection_TypeDef selection);
208 void COMP_Init(COMP_Selection_TypeDef selection, COMP_InitTypeDef* init_struct);
210 void COMP_Cmd(COMP_Selection_TypeDef selection, FunctionalState state);
211 void COMP_SwitchCmd(COMP_Selection_TypeDef selection, FunctionalState state);
212 void COMP_LockConfig(COMP_Selection_TypeDef selection);
214 u32 COMP_GetOutputLevel(COMP_Selection_TypeDef selection);
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_comp.c44 void COMP_DeInit(COMP_Selection_TypeDef selection) in COMP_DeInit()
67 void COMP_Init(COMP_Selection_TypeDef selection, COMP_InitTypeDef* init_struct) in COMP_Init()
111 void COMP_Cmd(COMP_Selection_TypeDef selection, FunctionalState state) in COMP_Cmd()
144 void COMP_SwitchCmd(COMP_Selection_TypeDef selection, FunctionalState state) in COMP_SwitchCmd()
168 u32 COMP_GetOutputLevel(COMP_Selection_TypeDef selection) in COMP_GetOutputLevel()
181 void COMP_LockConfig(COMP_Selection_TypeDef selection) in COMP_LockConfig()

Completed in 4 milliseconds