Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/Flash/
Dflash_manager.c65 #define FLASH_WRITE_BLOCK_SIZE 4U macro
264 fm_flashop_parameters.writeDest += FLASH_WRITE_BLOCK_SIZE; in FM_BackgroundProcess()
265 fm_flashop_parameters.writeSrc += FLASH_WRITE_BLOCK_SIZE; in FM_BackgroundProcess()
266 fm_flashop_parameters.writeSize -= FLASH_WRITE_BLOCK_SIZE; in FM_BackgroundProcess()
338 fm_flashop_parameters.writeDest += FLASH_WRITE_BLOCK_SIZE; in FM_BackgroundProcess()
339 fm_flashop_parameters.writeSrc += FLASH_WRITE_BLOCK_SIZE; in FM_BackgroundProcess()
340 fm_flashop_parameters.writeSize -= FLASH_WRITE_BLOCK_SIZE; in FM_BackgroundProcess()