Home
last modified time | relevance | path

Searched refs:COMP_SR_VCOUT1 (Results 1 – 4 of 4) sorted by relevance

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_COMP.h45 #define COMP_SR_VCOUT1 (BIT0) macro
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_COMP.h45 #define COMP_SR_VCOUT1 (BIT0) macro
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_COMP.c255 hcomp->OutputLevel = (u32RegTemp & COMP_SR_VCOUT1)? 1:0; in HAL_COMP_GetOutputLevel()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_COMP.c260 hcomp->OutputLevel = (u32RegTemp & COMP_SR_VCOUT1)? 1:0; in HAL_COMP_GetOutputLevel()

Completed in 6 milliseconds