Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h786 #define RCC_ATTR_NSEC RCC_ATTR_SEC_MASK /*!< attribute is non-secure */ macro
4627 (((ATTRIBUTE) & RCC_ATTR_NSEC) == RCC_ATTR_NSEC) || \
4633 … (((ATTRIBUTE) & ~(RCC_ATTR_SEC|RCC_ATTR_NSEC|RCC_ATTR_PRIV|RCC_ATTR_NPRIV|\
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c1981 attributes |= ((p_rcc_reg[0] & Item) == 0U) ? RCC_ATTR_NSEC : RCC_ATTR_SEC; in HAL_RCC_GetConfigAttributes()