Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_flash_ex.h120 #define FLASH_BB_SEC 0x01U /*!< Flash Block-Based Security Attributes */ macro
212 #define IS_FLASH_BB_EXCLUSIVE(CFG) (((CFG) == FLASH_BB_SEC) || \
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_flash_ex.h108 #define FLASH_BB_SEC 0x00000001U /*!< Flash Block-Based Security Attributes */ macro
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_flash_ex.c458 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_ConfigBBAttributes()
509 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_GetConfigBBAttributes()
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_flash_ex.c488 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_ConfigBBAttributes()
555 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_GetConfigBBAttributes()