Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c119 static void FLASH_OB_NVConfig(uint32_t NVState);
338 FLASH_OB_NVConfig(pOBInit->NVState); in HAL_FLASHEx_OBProgram()
376 pOBInit->NVState = FLASH_OB_GetNV(); in HAL_FLASHEx_OBGetConfig()
1138 static void FLASH_OB_NVConfig(uint32_t NVState) in FLASH_OB_NVConfig() argument
1141 assert_param(IS_OB_NVSTATE(NVState)); in FLASH_OB_NVConfig()
1143 MODIFY_REG(FLASH->NVSRP, FLASH_NVSRP_NVSTATE, NVState); in FLASH_OB_NVConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_flash.h87 …uint32_t NVState; /*!< Value of the non-volatile state (used for OPTIONBYTE_NV… member