Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
366
bool flash_save(FILE *image) {
367
return fwrite(&flash, sizeof(flash), 1, image) == 1;
368
}
369
370
bool flash_restore(FILE *image) {
371
return fread(&flash, sizeof(flash), 1, image) == 1;
Callers
1
asic_save
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected