Home
last modified time | relevance | path

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

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_COMP.h158 #define IS_COMP_ALL_POLARITY(POLARITY) (((POLARITY) == COMP_CR_POLARITY_N) || \ macro
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_COMP.h158 #define IS_COMP_ALL_POLARITY(POLARITY) (((POLARITY) == COMP_CR_POLARITY_N) || \ macro
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_COMP.c107 if(!IS_COMP_ALL_POLARITY(hcomp->Init.Polarity)) return HAL_ERROR; in HAL_COMP_Init()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_COMP.c112 if(!IS_COMP_ALL_POLARITY(hcomp->Init.Polarity)) return HAL_ERROR; in HAL_COMP_Init()

Completed in 11 milliseconds