Searched refs:RCC_ATTR_SEC_MASK (Results 1 – 3 of 3) sorted by relevance
2428 if ((Attributes & RCC_ATTR_SEC_MASK) == RCC_ATTR_SEC_MASK) in RCC_ATTR_ConfigItemGroup()
625 #define RCC_SEC (RCC_ATTR_SEC_MASK | 0x00000001U) /*!< Secure attribute …626 #define RCC_NSEC (RCC_ATTR_SEC_MASK | 0x00000000U) /*!< Non-secure attribut…3360 #define RCC_ATTR_SEC_MASK 0x100U macro
785 #define RCC_ATTR_SEC (RCC_ATTR_SEC_MASK | 0x04U) /*!< attribute is secure */786 #define RCC_ATTR_NSEC RCC_ATTR_SEC_MASK /*!< attribute is non-secure */4371 #define RCC_ATTR_SEC_MASK (0x00000008U) /* RCC secure mask */ macro