Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_flash.h226 #define OPTIONBYTE_NV 0x00000008U /*!< Non-Volatile State option byte configuratio… macro
720 … OPTIONBYTE_USER | OPTIONBYTE_HDP | OPTIONBYTE_NV)))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c335 if ((pOBInit->OptionType & OPTIONBYTE_NV) != 0U) in HAL_FLASHEx_OBProgram()