Searched refs:p_rcc_reg (Results 1 – 1 of 1) sorted by relevance
1976 __IO const uint32_t *p_rcc_reg = &(RCC->SECCFGR0) + (0x4UL * ItemGroupIdx); in HAL_RCC_GetConfigAttributes() local1981 attributes |= ((p_rcc_reg[0] & Item) == 0U) ? RCC_ATTR_NSEC : RCC_ATTR_SEC; in HAL_RCC_GetConfigAttributes()1984 attributes |= ((p_rcc_reg[1] & Item) == 0U) ? RCC_ATTR_NPRIV : RCC_ATTR_PRIV; in HAL_RCC_GetConfigAttributes()1987 attributes |= ((p_rcc_reg[2] & Item) == 0U) ? RCC_ATTR_NLOCK : RCC_ATTR_LOCK; in HAL_RCC_GetConfigAttributes()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()2422 __IO uint32_t *p_rcc_reg = &(RCC->SECCFGR0) + (0x4UL * ItemGroupIdx); in RCC_ATTR_ConfigItemGroup() local2433 SET_BIT(p_rcc_reg[0], Item); in RCC_ATTR_ConfigItemGroup()2437 CLEAR_BIT(p_rcc_reg[0], Item); in RCC_ATTR_ConfigItemGroup()2448 SET_BIT(p_rcc_reg[1], Item); in RCC_ATTR_ConfigItemGroup()[all …]