Home
last modified time | relevance | path

Searched refs:IS_AFIO_EVENTOUT_PIN (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_gpio_ex.c85 assert_param(IS_AFIO_EVENTOUT_PIN(GPIO_PinSource)); in HAL_GPIOEx_ConfigEventout()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_gpio_ex.h70 #define IS_AFIO_EVENTOUT_PIN(__PIN__) (((__PIN__) == AFIO_EVENTOUT_PIN_0) || \ macro