MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / hold_read

Function hold_read

core/realclock.c:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static 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
70static uint8_t rtc_read(const uint16_t pio, bool peek) {
71 uint8_t index = pio & 0xFF;

Callers 1

rtc_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected