MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / flash_save

Function flash_save

core/flash.c:366–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366bool flash_save(FILE *image) {
367 return fwrite(&flash, sizeof(flash), 1, image) == 1;
368}
369
370bool flash_restore(FILE *image) {
371 return fread(&flash, sizeof(flash), 1, image) == 1;

Callers 1

asic_saveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected