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

Function flash_command_byte_transferred

core/flash.c:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193}
194static void flash_command_byte_transferred(void) {
195 if (!--flash.commandLength) {
196 flash.commandStatus[0] &= ~(3 << 1);
197 flash_finish_command();
198 }
199}
200
201/* Read from the 0x1000 range of ports */
202static uint8_t flash_read(const uint16_t pio, bool peek) {

Callers 2

flash_readFunction · 0.85
flash_writeFunction · 0.85

Calls 1

flash_finish_commandFunction · 0.85

Tested by

no test coverage detected