Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_gpio_ex.c84 assert_param(IS_AFIO_EVENTOUT_PORT(GPIO_PortSource)); in HAL_GPIOEx_ConfigEventout()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_gpio_ex.h100 #define IS_AFIO_EVENTOUT_PORT(__PORT__) (((__PORT__) == AFIO_EVENTOUT_PORT_A) || \ macro