Searched refs:IS_GPIO_SINGLE_PIN (Results 1 – 8 of 8) sorted by relevance
571 assert_param(IS_GPIO_SINGLE_PIN(GPIO_Pin)); in HAL_GPIO_GetRetime()652 assert_param(IS_GPIO_SINGLE_PIN(GPIO_Pin)); in HAL_GPIO_GetDelay()853 assert_param(IS_GPIO_SINGLE_PIN(GPIO_Pin)); in HAL_GPIO_GetConfigPinAttributes()
281 #define IS_GPIO_SINGLE_PIN(__PIN__) (((__PIN__) == GPIO_PIN_0) ||\ macro
275 #define IS_GPIO_SINGLE_PIN(__PIN__) (((__PIN__) == GPIO_PIN_0) ||\ macro
625 assert_param(IS_GPIO_SINGLE_PIN(GPIO_Pin)); in HAL_GPIO_GetConfigPinAttributes()
707 assert_param(IS_GPIO_SINGLE_PIN(GPIO_Pin)); in HAL_GPIO_GetConfigPinAttributes()
371 #define IS_GPIO_SINGLE_PIN(__PIN__) (((__PIN__) == GPIO_PIN_0) ||\ macro
919 assert_param(IS_GPIO_SINGLE_PIN(GPIO_Pin)); in HAL_GPIO_GetConfigPinAttributes()