Searched refs:RCC_NSEC (Results 1 – 2 of 2) sorted by relevance
1843 else if ((Attributes & RCC_NSEC) == RCC_NSEC) in HAL_RCC_ConfigAttributes()1901 attributes |= RCC_NSEC; in HAL_RCC_GetConfigAttributes()
626 #define RCC_NSEC (RCC_ATTR_SEC_MASK | 0x00000000U) /*!< Non-secure attribut… macro3525 (((__ATTRIBUTES__) & RCC_NSEC) == RCC_NSEC) || \3528 … (((__ATTRIBUTES__) & ~(RCC_SEC|RCC_NSEC|RCC_PRIV|RCC_NPRIV)) == 0U))