| 255 | } |
| 256 | |
| 257 | static void flash_enter_dpb(uint32_t addr, uint8_t byte) { |
| 258 | (void)addr; |
| 259 | (void)byte; |
| 260 | |
| 261 | mem.flash.command = FLASH_DPB_MODE; |
| 262 | } |
| 263 | |
| 264 | static void flash_erase_ipb(uint32_t addr, uint8_t byte) { |
| 265 | int i; |
nothing calls this directly
no outgoing calls
no test coverage detected