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

Function flash_enter_ipb

core/mem.c:250–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250static void flash_enter_ipb(uint32_t addr, uint8_t byte) {
251 (void)addr;
252 (void)byte;
253
254 mem.flash.command = FLASH_IPB_MODE;
255}
256
257static void flash_enter_dpb(uint32_t addr, uint8_t byte) {
258 (void)addr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected