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

Function flash_reset_write_index

core/mem.c:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165static void flash_reset_write_index(uint32_t addr, uint8_t byte) {
166 (void)addr;
167 (void)byte;
168 mem.flash.write = 0;
169}
170
171static void flash_write(uint32_t addr, uint8_t byte) {
172 unsigned int selected;

Callers 2

flash_exit_pbFunction · 0.85
mem_write_flashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected