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

Function flash_exit_pb

core/mem.c:320–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320static void flash_exit_pb(uint32_t addr, uint8_t byte) {
321 if( mem.flash.command == FLASH_WAIT_PB_EXIT )
322 {
323 mem.flash.command = FLASH_NO_COMMAND;
324 flash_reset_write_index(addr, byte);
325 }
326}
327
328typedef const struct flash_write_pattern {
329 const int length;

Callers

nothing calls this directly

Calls 1

flash_reset_write_indexFunction · 0.85

Tested by

no test coverage detected