Searched refs:PWR_ATTR_SEC_MASK (Results 1 – 1 of 1) sorted by relevance
170 #define PWR_SEC (PWR_ATTR_SEC_MASK | 0x00000001U) /*!< Secure attribute …171 #define PWR_NSEC (PWR_ATTR_SEC_MASK | 0x00000000U) /*!< Non-secure attribut…352 #define PWR_ATTR_SEC_MASK 0x100U macro