Searched refs:RCC_SEC_PRIV (Results 1 – 6 of 6) sorted by relevance
173 #define IS_RCC_ATTRIBUTES(ATTRIBUTES) (((ATTRIBUTES) == RCC_SEC_PRIV) || \2093 case RCC_SEC_PRIV: in HAL_RCC_ConfigAttributes()2163 attributes = ((RCC->PRIVCFGR & RCC_PRIVCFGR_SPRIV) == 0U) ? RCC_SEC_NPRIV : RCC_SEC_PRIV; in HAL_RCC_GetConfigAttributes()
1661 case RCC_SEC_PRIV: in HAL_RCC_ConfigAttributes()1726 attributes = ((RCC->PRIVCFGR & RCC_PRIVCFGR_SPRIV) == 0U) ? RCC_SEC_NPRIV : RCC_SEC_PRIV; in HAL_RCC_GetConfigAttributes()
1774 case RCC_SEC_PRIV: in HAL_RCC_ConfigAttributes()1861 attributes = ((RCC->PRIVCFGR & RCC_PRIVCFGR_SPRIV) == 0U) ? RCC_SEC_NPRIV : RCC_SEC_PRIV; in HAL_RCC_GetConfigAttributes()
547 #define RCC_SEC_PRIV 0x00000010U /*!< Secure Privilege attribute item … macro2425 #define IS_RCC_ATTRIBUTES(__ATTRIBUTES__) (((__ATTRIBUTES__) == RCC_SEC_PRIV) || \
707 #define RCC_SEC_PRIV 0x00000010U /*!< Secure Privilege attribute item … macro5091 #define IS_RCC_ATTRIBUTES(ATTRIBUTES) (((ATTRIBUTES) == RCC_SEC_PRIV) || \
655 #define RCC_SEC_PRIV 0x00000010U /*!< Secure Privilege attribute item … macro