Searched refs:IS_GPIO_PIN_ATTRIBUTES (Results 1 – 10 of 10) sorted by relevance
438 #define IS_GPIO_PIN_ATTRIBUTES(__ATTR__) (((((__ATTR__) & GPIO_PIN_SEC) == GPIO_PIN_SEC) || \ macro444 #define IS_GPIO_PIN_ATTRIBUTES(__ATTR__) (((((__ATTR__) & GPIO_PIN_PRIV) == GPIO_PIN_PRIV) || \ macro
325 #define IS_GPIO_PIN_ATTRIBUTES(__ATTRIBUTES__) (((__ATTRIBUTES__) == GPIO_PIN_SEC) ||\ macro
319 #define IS_GPIO_PIN_ATTRIBUTES(__ATTRIBUTES__) (((__ATTRIBUTES__) == GPIO_PIN_SEC) ||\ macro
318 #define IS_GPIO_PIN_ATTRIBUTES(__ATTRIBUTES__) (((__ATTRIBUTES__) == GPIO_PIN_SEC) ||\ macro
564 assert_param(IS_GPIO_PIN_ATTRIBUTES(PinAttributes)); in HAL_GPIO_ConfigPinAttributes()
596 assert_param(IS_GPIO_PIN_ATTRIBUTES(PinAttributes)); in HAL_GPIO_ConfigPinAttributes()
660 assert_param(IS_GPIO_PIN_ATTRIBUTES(PinAttributes)); in HAL_GPIO_ConfigPinAttributes()
802 assert_param(IS_GPIO_PIN_ATTRIBUTES(PinAttributes)); in HAL_GPIO_ConfigPinAttributes()
863 assert_param(IS_GPIO_PIN_ATTRIBUTES(PinAttributes)); in HAL_GPIO_ConfigPinAttributes()