Home
last modified time | relevance | path

Searched refs:OPTIONBYTE_HDP (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h254 #define OPTIONBYTE_HDP 0x0040U /*!< Hide Protection area option byte configuration */ macro
265OPTIONBYTE_HDP | OPTIONBYTE_EDATA | OPTIONBYTE_WMSEC) /*!< All option
271OPTIONBYTE_HDP | OPTIONBYTE_EDATA) /*!< All option byte configuration */
275 OPTIONBYTE_HDP) /*!< All option byte configuration */
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_flash.h262 #define OPTIONBYTE_HDP 0x00000008U /*!< HDP option byte configuration */ macro
266OPTIONBYTE_HDP | OPTIONBYTE_RDPKEY) /*!< All option byte configuration */
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_flash.h225 #define OPTIONBYTE_HDP 0x00000004U /*!< HDP option byte configuration */ macro
720 … OPTIONBYTE_USER | OPTIONBYTE_HDP | OPTIONBYTE_NV)))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c416 if ((pOBInit->OptionType & OPTIONBYTE_HDP) != 0U) in HAL_FLASHEx_OBProgram()
468 pOBInit->OptionType |= OPTIONBYTE_HDP; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_flash_ex.c321 if ((pOBInit->OptionType & OPTIONBYTE_HDP) != 0x00U) in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c328 if ((pOBInit->OptionType & OPTIONBYTE_HDP) != 0U) in HAL_FLASHEx_OBProgram()