| 27 | } |
| 28 | |
| 29 | void intrpt_reset() { |
| 30 | memset(&intrpt, 0, sizeof(intrpt)); |
| 31 | intrpt_set(INT_PWR, true); |
| 32 | } |
| 33 | |
| 34 | const uint32_t revision = 0x00010900; |
| 35 | static uint8_t intrpt_read(uint16_t pio, bool peek) { |
nothing calls this directly
no test coverage detected