Searched refs:IS_COMP_ALL_PERIPH (Results 1 – 4 of 4) sorted by relevance
56 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()
216 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()
65 #define IS_COMP_ALL_PERIPH(PERIPH) (((PERIPH) == NCOMP_Selection_COMP) || \ macro
82 #define IS_COMP_ALL_PERIPH(PERIPH) (((PERIPH) == COMP_Selection_COMP1) || \ macro
Completed in 8 milliseconds