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

Function flash_enter_dpb

core/mem.c:257–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257static void flash_enter_dpb(uint32_t addr, uint8_t byte) {
258 (void)addr;
259 (void)byte;
260
261 mem.flash.command = FLASH_DPB_MODE;
262}
263
264static void flash_erase_ipb(uint32_t addr, uint8_t byte) {
265 int i;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected