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

Function flash_unlocked

core/control.c:260–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260bool flash_unlocked(void) {
261 return (control.flashUnlocked & 3 << 2) == 3 << 2;
262}
263
264bool unprivileged_code(void) {
265 /* rawPC the PC after the next prefetch (which we do late), before (after on revM) adding MBASE. */

Callers 3

sha256_writeFunction · 0.85
mem_write_flashFunction · 0.85
flash_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected