| 248 | } |
| 249 | |
| 250 | static void flash_enter_ipb(uint32_t addr, uint8_t byte) { |
| 251 | (void)addr; |
| 252 | (void)byte; |
| 253 | |
| 254 | mem.flash.command = FLASH_IPB_MODE; |
| 255 | } |
| 256 | |
| 257 | static void flash_enter_dpb(uint32_t addr, uint8_t byte) { |
| 258 | (void)addr; |
nothing calls this directly
no outgoing calls
no test coverage detected