Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h259 #define OPTIONBYTE_WMSEC 0x0200U /*!< Watermark-based secure area option byte configurati… macro
265 … OPTIONBYTE_HDP | OPTIONBYTE_EDATA | OPTIONBYTE_WMSEC) /*!< All option
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h259 #define OPTIONBYTE_WMSEC 0x00000010U /*!< Watermark-based secure area option byte configuratio… macro
972OPTIONBYTE_WMSEC | OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_BOOTADDR | \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash.h257 #define OPTIONBYTE_WMSEC 0x00000010U /*!< Watermark-based secure area option byte configuratio… macro
998OPTIONBYTE_WMSEC | OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_BOOTADDR)))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h281 #define OPTIONBYTE_WMSEC 0x00000010U /*!< Watermark-based secure area option byte config… macro
998OPTIONBYTE_WMSEC | OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_BOOTADDR | \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c345 if((pOBInit->OptionType & OPTIONBYTE_WMSEC) != 0U) in HAL_FLASHEx_OBProgram()
411 pOBInit->OptionType |= OPTIONBYTE_WMSEC; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c378 if ((pOBInit->OptionType & OPTIONBYTE_WMSEC) != 0U) in HAL_FLASHEx_OBProgram()
445 pOBInit->OptionType |= OPTIONBYTE_WMSEC; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c366 if ((pOBInit->OptionType & OPTIONBYTE_WMSEC) != 0U) in HAL_FLASHEx_OBProgram()
433 pOBInit->OptionType |= OPTIONBYTE_WMSEC; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c389 if ((pOBInit->OptionType & OPTIONBYTE_WMSEC) != 0U) in HAL_FLASHEx_OBProgram()
463 pOBInit->OptionType |= OPTIONBYTE_WMSEC; in HAL_FLASHEx_OBGetConfig()