Searched refs:IS_GPIO_CLOCK (Results 1 – 2 of 2) sorted by relevance
430 #define IS_GPIO_CLOCK(__CLOCK__) (((__CLOCK__) == GPIO_CLOCK_RISING) ||\ macro
534 assert_param(IS_GPIO_CLOCK(pRet_Init->Edge)); in HAL_GPIO_SetRetime()