Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal.c733 if ((Attributes & SYSCFG_SEC) != 0x00U) in HAL_SYSCFG_ConfigAttributes()
768 *pAttributes = SYSCFG_SEC; in HAL_SYSCFG_GetConfigAttributes()
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal.c816 if ((Attributes & SYSCFG_SEC) != 0x00U) in HAL_SYSCFG_ConfigAttributes()
851 *pAttributes = SYSCFG_SEC; in HAL_SYSCFG_GetConfigAttributes()
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal.h247 #define SYSCFG_SEC 0x00000001U /*!< Secure attribute */ macro
531 #define IS_SYSCFG_ATTRIBUTES(__ATTRIBUTES__) (((__ATTRIBUTES__) == SYSCFG_SEC) ||\
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal.h187 #define SYSCFG_SEC 0x00000001U /*!< Secure attribute */ macro
536 #define IS_SYSCFG_ATTRIBUTES(__ATTRIBUTES__) (((__ATTRIBUTES__) == SYSCFG_SEC) ||\