Searched refs:RCC_ATTR_NSEC (Results 1 – 2 of 2) sorted by relevance
786 #define RCC_ATTR_NSEC RCC_ATTR_SEC_MASK /*!< attribute is non-secure */ macro4627 (((ATTRIBUTE) & RCC_ATTR_NSEC) == RCC_ATTR_NSEC) || \4633 … (((ATTRIBUTE) & ~(RCC_ATTR_SEC|RCC_ATTR_NSEC|RCC_ATTR_PRIV|RCC_ATTR_NPRIV|\
1981 attributes |= ((p_rcc_reg[0] & Item) == 0U) ? RCC_ATTR_NSEC : RCC_ATTR_SEC; in HAL_RCC_GetConfigAttributes()