Searched refs:GPIO_PIN_NSEC (Results 1 – 10 of 10) sorted by relevance
237 #define GPIO_PIN_NSEC (GPIO_PIN_ATTR_SEC_MASK | 0x00000000U) /*!< Non-secure pi… macro439 (((__ATTR__) & GPIO_PIN_NSEC) == GPIO_PIN_NSEC) || \442 … (((__ATTR__) & ~(GPIO_PIN_SEC|GPIO_PIN_NSEC|GPIO_PIN_PRIV|GPIO_PIN_NPRIV)) == 0U))
811 else if ((PinAttributes & GPIO_PIN_NSEC) == GPIO_PIN_NSEC) in HAL_GPIO_ConfigPinAttributes()867 *pPinAttributes = GPIO_PIN_NSEC; in HAL_GPIO_GetConfigPinAttributes()
175 #define GPIO_PIN_NSEC (0x00000000U) /*!< Non-secure pin attribute */ macro326 ((__ATTRIBUTES__) == GPIO_PIN_NSEC))
163 #define GPIO_PIN_NSEC (0x00000000U) /*!< Non-secure pin attribute */ macro320 ((__ATTRIBUTES__) == GPIO_PIN_NSEC))
161 #define GPIO_PIN_NSEC (0x00000000U) /*!< Non-secure pin attribute */ macro319 ((__ATTRIBUTES__) == GPIO_PIN_NSEC))
568 if (PinAttributes != GPIO_PIN_NSEC) in HAL_GPIO_ConfigPinAttributes()609 *pPinAttributes = GPIO_PIN_NSEC; in HAL_GPIO_GetConfigPinAttributes()
600 if (PinAttributes != GPIO_PIN_NSEC) in HAL_GPIO_ConfigPinAttributes()639 *pPinAttributes = GPIO_PIN_NSEC; in HAL_GPIO_GetConfigPinAttributes()
724 *pPinAttributes = GPIO_PIN_NSEC; in HAL_GPIO_GetConfigPinAttributes()
960 *pPinAttributes = GPIO_PIN_NSEC; in HAL_GPIO_GetConfigPinAttributes()