| 192 | } |
| 193 | } |
| 194 | static 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 */ |
| 202 | static uint8_t flash_read(const uint16_t pio, bool peek) { |
no test coverage detected