Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h262 #define OPTIONBYTE_RDPKEY 0x00000040U /*!< RDP Key option byte configuration */ macro
973 OPTIONBYTE_RDPKEY)))
976 OPTIONBYTE_BOOTADDR | OPTIONBYTE_RDPKEY)))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h284 #define OPTIONBYTE_RDPKEY 0x00000040U /*!< RDP Key option byte configuration */ macro
999 OPTIONBYTE_RDPKEY)))
1002 OPTIONBYTE_BOOTADDR | OPTIONBYTE_RDPKEY)))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_flash.h263 #define OPTIONBYTE_RDPKEY 0x00000010U /*!< RDP OEM KEYs option byte configuration */ macro
266 … OPTIONBYTE_HDP | OPTIONBYTE_RDPKEY) /*!< All option byte configuration */
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_flash_ex.c328 if ((pOBInit->OptionType & OPTIONBYTE_RDPKEY) != 0x00U) in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c363 if ((pOBInit->OptionType & OPTIONBYTE_RDPKEY) != 0U) in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c351 if ((pOBInit->OptionType & OPTIONBYTE_RDPKEY) != 0U) in HAL_FLASHEx_OBProgram()