Searched refs:RCC_SEC_PRIV (Results 1 – 6 of 6) sorted by relevance
173 #define IS_RCC_ATTRIBUTES(ATTRIBUTES) (((ATTRIBUTES) == RCC_SEC_PRIV) || \2097 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()
1653 case RCC_SEC_PRIV: in HAL_RCC_ConfigAttributes()1718 attributes = ((RCC->PRIVCFGR & RCC_PRIVCFGR_SPRIV) == 0U) ? RCC_SEC_NPRIV : RCC_SEC_PRIV; in HAL_RCC_GetConfigAttributes()
1738 case RCC_SEC_PRIV: in HAL_RCC_ConfigAttributes()1825 attributes = ((RCC->PRIVCFGR & RCC_PRIVCFGR_SPRIV) == 0U) ? RCC_SEC_NPRIV : RCC_SEC_PRIV; in HAL_RCC_GetConfigAttributes()
509 #define RCC_SEC_PRIV 0x00000010U /*!< Secure Privilege attribute item … macro2298 #define IS_RCC_ATTRIBUTES(__ATTRIBUTES__) (((__ATTRIBUTES__) == RCC_SEC_PRIV) || \
716 #define RCC_SEC_PRIV 0x00000010U /*!< Secure Privilege attribute item … macro5069 #define IS_RCC_ATTRIBUTES(ATTRIBUTES) (((ATTRIBUTES) == RCC_SEC_PRIV) || \
657 #define RCC_SEC_PRIV 0x00000010U /*!< Secure Privilege attribute item … macro