Searched refs:IS_GPIO_RETIME (Results 1 – 2 of 2) sorted by relevance
427 #define IS_GPIO_RETIME(__RETIME__) (((__RETIME__) == GPIO_RETIME_ON) ||\ macro
533 assert_param(IS_GPIO_RETIME(pRet_Init->Retime)); in HAL_GPIO_SetRetime()