Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_flash_ex.h212 #define IS_FLASH_BB_EXCLUSIVE(CFG) (((CFG) == FLASH_BB_SEC) || \ macro
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_flash_ex.c479 assert_param(IS_FLASH_BB_EXCLUSIVE(pBBAttributes->BBAttributesType)); in HAL_FLASHEx_ConfigBBAttributes()
552 assert_param(IS_FLASH_BB_EXCLUSIVE(pBBAttributes->BBAttributesType)); in HAL_FLASHEx_GetConfigBBAttributes()