Home
last modified time | relevance | path

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

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_comp.c56 assert_param(IS_COMP_ALL_PERIPH(COMP_Selection)); in COMP_Init()
137 assert_param(IS_COMP_ALL_PERIPH(COMP_Selection)); in COMP_Cmd()
197 assert_param(IS_COMP_ALL_PERIPH(COMP_Selection)); in COMP_GetOutputLevel()
277 assert_param(IS_COMP_ALL_PERIPH(COMP_Selection)); in COMP_LockConfig()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_comp.c216 assert_param(IS_COMP_ALL_PERIPH(COMP_Selection)); in COMP_Init()
283 assert_param(IS_COMP_ALL_PERIPH(COMP_Selection)); in COMP_Cmd()
351 assert_param(IS_COMP_ALL_PERIPH(COMP_Selection)); in COMP_GetOutputLevel()
398 assert_param(IS_COMP_ALL_PERIPH(COMP_Selection)); in COMP_LockConfig()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_comp.h65 #define IS_COMP_ALL_PERIPH(PERIPH) (((PERIPH) == NCOMP_Selection_COMP) || \ macro
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_comp.h82 #define IS_COMP_ALL_PERIPH(PERIPH) (((PERIPH) == COMP_Selection_COMP1) || \ macro

Completed in 8 milliseconds