Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc.c1843 else if ((Attributes & RCC_NSEC) == RCC_NSEC) in HAL_RCC_ConfigAttributes()
1901 attributes |= RCC_NSEC; in HAL_RCC_GetConfigAttributes()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc.h626 #define RCC_NSEC (RCC_ATTR_SEC_MASK | 0x00000000U) /*!< Non-secure attribut… macro
3525 (((__ATTRIBUTES__) & RCC_NSEC) == RCC_NSEC) || \
3528 … (((__ATTRIBUTES__) & ~(RCC_SEC|RCC_NSEC|RCC_PRIV|RCC_NPRIV)) == 0U))