Searched refs:PWR_SEC (Results 1 – 2 of 2) sorted by relevance
170 #define PWR_SEC (PWR_ATTR_SEC_MASK | 0x00000001U) /*!< Secure attribute … macro398 #define IS_PWR_ATTRIBUTES(__ATTRIBUTES__) (((((__ATTRIBUTES__) & PWR_SEC) == PWR_SEC) || \402 … (((__ATTRIBUTES__) & ~(PWR_SEC|PWR_NSEC|PWR_PRIV|PWR_NPRIV)) == 0U))
696 if ((Attributes & PWR_SEC) == PWR_SEC) in HAL_PWR_ConfigAttributes()753 attributes |= PWR_SEC; in HAL_PWR_GetConfigAttributes()