Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h789 #define RCC_ATTR_NPUB RCC_ATTR_PUB_MASK /*!< attribute is not public */ macro
4631 (((ATTRIBUTE) & RCC_ATTR_NPUB) == RCC_ATTR_NPUB) || \
4634 … RCC_ATTR_PUB|RCC_ATTR_NPUB|RCC_ATTR_LOCK)) == 0U))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c1990 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()