Searched refs:RCC_SEC_NPRIV (Results 1 – 6 of 6) sorted by relevance
174 ((ATTRIBUTES) == RCC_SEC_NPRIV) || \2098 case RCC_SEC_NPRIV: in HAL_RCC_ConfigAttributes()2163 attributes = ((RCC->PRIVCFGR & RCC_PRIVCFGR_SPRIV) == 0U) ? RCC_SEC_NPRIV : RCC_SEC_PRIV; in HAL_RCC_GetConfigAttributes()
1666 case RCC_SEC_NPRIV: in HAL_RCC_ConfigAttributes()1726 attributes = ((RCC->PRIVCFGR & RCC_PRIVCFGR_SPRIV) == 0U) ? RCC_SEC_NPRIV : RCC_SEC_PRIV; in HAL_RCC_GetConfigAttributes()
1779 case RCC_SEC_NPRIV: in HAL_RCC_ConfigAttributes()1861 attributes = ((RCC->PRIVCFGR & RCC_PRIVCFGR_SPRIV) == 0U) ? RCC_SEC_NPRIV : RCC_SEC_PRIV; in HAL_RCC_GetConfigAttributes()
548 #define RCC_SEC_NPRIV 0x00000020U /*!< Secure Non-privilege attribute item… macro2426 ((__ATTRIBUTES__) == RCC_SEC_NPRIV) || \
708 #define RCC_SEC_NPRIV 0x00000020U /*!< Secure Non-privilege attribute item … macro5092 ((ATTRIBUTES) == RCC_SEC_NPRIV) || \
656 #define RCC_SEC_NPRIV 0x00000020U /*!< Secure Non-privilege attribute item … macro