Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ backlight_save
Function
backlight_save
core/backlight.c:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
bool backlight_save(FILE *image) {
88
return fwrite(&backlight, sizeof(backlight), 1, image) == 1;
89
}
90
91
bool backlight_restore(FILE *image) {
92
return fread(&backlight, sizeof(backlight), 1, image) == 1;
Callers
1
asic_save
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected