Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h256 #define OPTIONBYTE_EDATA 0x0080U /*!< Flash high-cycle data area option byte configuration… macro
265 … OPTIONBYTE_HDP | OPTIONBYTE_EDATA | OPTIONBYTE_WMSEC) /*!< All option
271 … OPTIONBYTE_HDP | OPTIONBYTE_EDATA) /*!< All option byte configuration */
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c423 if ((pOBInit->OptionType & OPTIONBYTE_EDATA) != 0U) in HAL_FLASHEx_OBProgram()
472 pOBInit->OptionType |= OPTIONBYTE_EDATA; in HAL_FLASHEx_OBGetConfig()