Home
last modified time | relevance | path

Searched refs:OPTIONBYTE_OTP_LOCK (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h253 #define OPTIONBYTE_OTP_LOCK 0x0020U /*!< OTP 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/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c529 if((pOBInit->OptionType & OPTIONBYTE_OTP_LOCK) == OPTIONBYTE_OTP_LOCK) in HAL_FLASHEx_OBProgram()
610 pOBInit->OptionType |= OPTIONBYTE_OTP_LOCK; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h262 #define OPTIONBYTE_OTP_LOCK 0x80U /*!< OTP Lock option byte configuration */ macro
278 … OPTIONBYTE_BOOTADD | OPTIONBYTE_OTP_LOCK) /*!< All option byte configuration */
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c410 if ((pOBInit->OptionType & OPTIONBYTE_OTP_LOCK) != 0U) in HAL_FLASHEx_OBProgram()
489 pOBInit->OptionType |= OPTIONBYTE_OTP_LOCK; in HAL_FLASHEx_OBGetConfig()