| 61 | } |
| 62 | |
| 63 | static void hold_read(void) { |
| 64 | rtc.holdSec = rtc.readSec; |
| 65 | rtc.holdMin = rtc.readMin; |
| 66 | rtc.holdHour = rtc.readHour; |
| 67 | rtc.holdDay = rtc.readDay; |
| 68 | } |
| 69 | |
| 70 | static uint8_t rtc_read(const uint16_t pio, bool peek) { |
| 71 | uint8_t index = pio & 0xFF; |