Home
last modified time | relevance | path

Searched refs:OPTIONBYTE_BOOT_LOCK (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h252 #define OPTIONBYTE_BOOT_LOCK 0x0010U /*!< Boot lock option byte configuration */ macro
264 … OPTIONBYTE_BOOTADDR | OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_OTP_LOCK |\
270 … OPTIONBYTE_BOOTADDR | OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_OTP_LOCK |\
274 … OPTIONBYTE_BOOTADDR | OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_OTP_LOCK |\
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_flash.h222 #define OPTIONBYTE_BOOT_LOCK 0x10U /*!< Boot lock option byte configuration… macro
927 OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_SEC)))
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h260 #define OPTIONBYTE_BOOT_LOCK 0x00000020U /*!< Boot lock option byte configuration */ macro
972 … OPTIONBYTE_WMSEC | OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_BOOTADDR | \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash.h258 #define OPTIONBYTE_BOOT_LOCK 0x00000020U /*!< Boot lock option byte configuration */ macro
998 … OPTIONBYTE_WMSEC | OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_BOOTADDR)))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h282 #define OPTIONBYTE_BOOT_LOCK 0x00000020U /*!< Boot lock option byte configuration */ macro
998 … OPTIONBYTE_WMSEC | OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_BOOTADDR | \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c352 if((pOBInit->OptionType & OPTIONBYTE_BOOT_LOCK) != 0U) in HAL_FLASHEx_OBProgram()
415 pOBInit->OptionType |= OPTIONBYTE_BOOT_LOCK; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c386 if ((pOBInit->OptionType & OPTIONBYTE_BOOT_LOCK) != 0U) in HAL_FLASHEx_OBProgram()
450 pOBInit->OptionType |= OPTIONBYTE_BOOT_LOCK; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_flash_ex.c376 if ((pOBInit->OptionType & OPTIONBYTE_BOOT_LOCK) != 0U) in HAL_FLASHEx_OBProgram()
432 pOBInit->OptionType |= OPTIONBYTE_BOOT_LOCK; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c374 if ((pOBInit->OptionType & OPTIONBYTE_BOOT_LOCK) != 0U) in HAL_FLASHEx_OBProgram()
438 pOBInit->OptionType |= OPTIONBYTE_BOOT_LOCK; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c403 if ((pOBInit->OptionType & OPTIONBYTE_BOOT_LOCK) != 0U) in HAL_FLASHEx_OBProgram()
484 pOBInit->OptionType |= OPTIONBYTE_BOOTADDR | OPTIONBYTE_BOOT_LOCK; in HAL_FLASHEx_OBGetConfig()