Home
last modified time | relevance | path

Searched refs:p_rcc_reg (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c1976 __IO const uint32_t *p_rcc_reg = &(RCC->SECCFGR0) + (0x4UL * ItemGroupIdx); in HAL_RCC_GetConfigAttributes() local
1981 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() local
2433 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 …]