Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c2428 if ((Attributes & RCC_ATTR_SEC_MASK) == RCC_ATTR_SEC_MASK) in RCC_ATTR_ConfigItemGroup()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc.h625 #define RCC_SEC (RCC_ATTR_SEC_MASK | 0x00000001U) /*!< Secure attribute …
626 #define RCC_NSEC (RCC_ATTR_SEC_MASK | 0x00000000U) /*!< Non-secure attribut…
3360 #define RCC_ATTR_SEC_MASK 0x100U macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h785 #define RCC_ATTR_SEC (RCC_ATTR_SEC_MASK | 0x04U) /*!< attribute is secure */
786 #define RCC_ATTR_NSEC RCC_ATTR_SEC_MASK /*!< attribute is non-secure */
4371 #define RCC_ATTR_SEC_MASK (0x00000008U) /* RCC secure mask */ macro