Searched refs:RCC_ATTR_NPUB (Results 1 – 2 of 2) sorted by relevance
789 #define RCC_ATTR_NPUB RCC_ATTR_PUB_MASK /*!< attribute is not public */ macro4631 (((ATTRIBUTE) & RCC_ATTR_NPUB) == RCC_ATTR_NPUB) || \4634 … RCC_ATTR_PUB|RCC_ATTR_NPUB|RCC_ATTR_LOCK)) == 0U))
1990 attributes |= ((p_rcc_reg[3] & Item) == 0U) ? RCC_ATTR_NPUB : RCC_ATTR_PUB; in HAL_RCC_GetConfigAttributes()1995 attributes |= ((*p_rcc_reg & Item) == 0U) ? RCC_ATTR_NPUB : RCC_ATTR_PUB; in HAL_RCC_GetConfigAttributes()