Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/Flash/
Dflash_manager.c57 uint32_t *writeDest; member
161 fm_flashop_parameters.writeDest = Dest; in FM_Write()
259 fdReturnValue = FD_WriteData((uint32_t) fm_flashop_parameters.writeDest, in FM_BackgroundProcess()
264 fm_flashop_parameters.writeDest += FLASH_WRITE_BLOCK_SIZE; in FM_BackgroundProcess()
335 (FD_WriteData((uint32_t) fm_flashop_parameters.writeDest, in FM_BackgroundProcess()
338 fm_flashop_parameters.writeDest += FLASH_WRITE_BLOCK_SIZE; in FM_BackgroundProcess()