Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash_ex.h119 #define FLASH_BB_SEC 0x01U /*!< Flash Block-Based Security Attributes */ macro
211 #define IS_FLASH_BB_EXCLUSIVE(CFG) (((CFG) == FLASH_BB_SEC) || \
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash_ex.h142 #define FLASH_BB_SEC 0x00000001U /*!< Flash Block-Based Security Attributes */ macro
294 #define IS_FLASH_BB_EXCLUSIVE(CFG) (((CFG) == FLASH_BB_SEC) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h717 #define FLASH_BB_SEC 0x01U /*!< Flash Block-Based Security Attributes */ macro
1028 #define IS_FLASH_BB_EXCLUSIVE(CFG) (((CFG) == FLASH_BB_SEC) || ((CFG) == FLASH_BB_PRIV))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c457 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_ConfigBBAttributes()
508 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_GetConfigBBAttributes()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash_ex.h106 #define FLASH_BB_SEC 0x00000001U /*!< Flash Block-Based Security Attributes */ macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c499 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_ConfigBBAttributes()
549 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_GetConfigBBAttributes()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c487 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_ConfigBBAttributes()
554 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_GetConfigBBAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c695 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_ConfigBBAttributes()
763 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_GetConfigBBAttributes()