Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h251 #define OPTIONBYTE_BOOTADDR 0x0008U /*!< BOOT address option byte configuration */ macro
264OPTIONBYTE_BOOTADDR | OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_OTP_LOCK |\
270OPTIONBYTE_BOOTADDR | OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_OTP_LOCK |\
274OPTIONBYTE_BOOTADDR | OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_OTP_LOCK |\
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h257 #define OPTIONBYTE_BOOTADDR 0x00000008U /*!< Boot address option byte configuration */ macro
972 … OPTIONBYTE_WMSEC | OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_BOOTADDR | \
976 OPTIONBYTE_BOOTADDR | OPTIONBYTE_RDPKEY)))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash.h255 #define OPTIONBYTE_BOOTADDR 0x00000008U /*!< Boot address option byte configuration */ macro
998 … OPTIONBYTE_WMSEC | OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_BOOTADDR)))
1001 OPTIONBYTE_BOOTADDR)))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h279 #define OPTIONBYTE_BOOTADDR 0x00000008U /*!< Boot address option byte configuration */ macro
998 … OPTIONBYTE_WMSEC | OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_BOOTADDR | \
1002 OPTIONBYTE_BOOTADDR | OPTIONBYTE_RDPKEY)))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c360 if((pOBInit->OptionType & OPTIONBYTE_BOOTADDR) != 0U) in HAL_FLASHEx_OBProgram()
429 pOBInit->OptionType |= OPTIONBYTE_BOOTADDR; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c394 if ((pOBInit->OptionType & OPTIONBYTE_BOOTADDR) != 0U) in HAL_FLASHEx_OBProgram()
464 pOBInit->OptionType |= OPTIONBYTE_BOOTADDR; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c382 if ((pOBInit->OptionType & OPTIONBYTE_BOOTADDR) != 0U) in HAL_FLASHEx_OBProgram()
452 pOBInit->OptionType |= OPTIONBYTE_BOOTADDR; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c397 if ((pOBInit->OptionType & OPTIONBYTE_BOOTADDR) != 0U) in HAL_FLASHEx_OBProgram()
484 pOBInit->OptionType |= OPTIONBYTE_BOOTADDR | OPTIONBYTE_BOOT_LOCK; in HAL_FLASHEx_OBGetConfig()