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

Function flash_cfi_read

core/mem.c:236–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236static void flash_cfi_read(uint32_t addr, uint8_t byte) {
237 (void)addr;
238 (void)byte;
239
240 mem.flash.command = FLASH_READ_CFI;
241}
242
243static void flash_enter_deep_power_down(uint32_t addr, uint8_t byte) {
244 (void)addr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected