Searched refs:IS_AFIO_EVENTOUT_PIN (Results 1 – 2 of 2) sorted by relevance
85 assert_param(IS_AFIO_EVENTOUT_PIN(GPIO_PinSource)); in HAL_GPIOEx_ConfigEventout()
70 #define IS_AFIO_EVENTOUT_PIN(__PIN__) (((__PIN__) == AFIO_EVENTOUT_PIN_0) || \ macro