| 234 | } |
| 235 | |
| 236 | static 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 | |
| 243 | static void flash_enter_deep_power_down(uint32_t addr, uint8_t byte) { |
| 244 | (void)addr; |
nothing calls this directly
no outgoing calls
no test coverage detected