Home
last modified time | relevance | path

Searched refs:OPTIONBYTE_BOOTADD (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h257 #define OPTIONBYTE_BOOTADD OPTIONBYTE_CM7_BOOTADD /*!< BOOT ADD option byte configuration */ macro
259 #define OPTIONBYTE_BOOTADD 0x40U /*!< BOOT ADD option byte configuration */ macro
278OPTIONBYTE_BOOTADD | OPTIONBYTE_OTP_LOCK) /*!< All option byte configuration */
282OPTIONBYTE_BOOTADD | OPTIONBYTE_SHARED_RAM | OPTIONBYTE_FREQ_BOOST) /*!< All option byte confi…
286OPTIONBYTE_BOOTADD) /*!< All option byte configuration */
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c515 if((pOBInit->OptionType & OPTIONBYTE_BOOTADD) == OPTIONBYTE_BOOTADD) in HAL_FLASHEx_OBProgram()
606 pOBInit->OptionType |= OPTIONBYTE_BOOTADD; in HAL_FLASHEx_OBGetConfig()