Home
last modified time | relevance | path

Searched refs:compout (Results 1 – 3 of 3) sorted by relevance

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_comp.c194 uint32_t compout = 0x0; in COMP_GetOutputLevel() local
204 compout = COMP_OutputLevel_High; in COMP_GetOutputLevel()
208 compout = COMP_OutputLevel_Low; in COMP_GetOutputLevel()
217 compout = COMP_OutputLevel_High; in COMP_GetOutputLevel()
221 compout = COMP_OutputLevel_Low; in COMP_GetOutputLevel()
227 return (uint32_t)(compout); in COMP_GetOutputLevel()
A Dft32f0xx_opa.c159 uint32_t compout = 0x0; in OPA_GetOutputLevel() local
168 compout = OPA_OutLevel; in OPA_GetOutputLevel()
172 compout = OPA_OutputLevel_Low; in OPA_GetOutputLevel()
176 return (uint32_t)(compout); in OPA_GetOutputLevel()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_comp.c348 uint32_t compout = 0x0; in COMP_GetOutputLevel() local
356 compout = COMP_OutputLevel_High; in COMP_GetOutputLevel()
360 compout = COMP_OutputLevel_Low; in COMP_GetOutputLevel()
364 return (uint32_t)(compout); in COMP_GetOutputLevel()

Completed in 7 milliseconds