Home
last modified time | relevance | path

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

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_COMP.h27 #define COMP_CR_POLARITY (BIT20) macro
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_COMP.h27 #define COMP_CR_POLARITY (BIT20) macro
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_COMP.c141 ((hcomp->Init.Polarity << 20) & COMP_CR_POLARITY) | \ in HAL_COMP_Init()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_COMP.c146 ((hcomp->Init.Polarity << 20) & COMP_CR_POLARITY) | \ in HAL_COMP_Init()

Completed in 6 milliseconds