Searched refs:GPIO_PIN_PRIV (Results 1 – 2 of 2) sorted by relevance
238 #define GPIO_PIN_PRIV (GPIO_PIN_ATTR_PRIV_MASK | 0x00000002U) /*!< Privileged pi… macro440 (((__ATTR__) & GPIO_PIN_PRIV) == GPIO_PIN_PRIV) || \442 … (((__ATTR__) & ~(GPIO_PIN_SEC|GPIO_PIN_NSEC|GPIO_PIN_PRIV|GPIO_PIN_NPRIV)) == 0U))444 #define IS_GPIO_PIN_ATTRIBUTES(__ATTR__) (((((__ATTR__) & GPIO_PIN_PRIV) == GPIO_PIN_PRIV) || \446 (((__ATTR__) & ~(GPIO_PIN_PRIV | GPIO_PIN_NPRIV)) == 0U))
823 if ((PinAttributes & GPIO_PIN_PRIV) == GPIO_PIN_PRIV) in HAL_GPIO_ConfigPinAttributes()872 *pPinAttributes |= GPIO_PIN_PRIV; in HAL_GPIO_GetConfigPinAttributes()