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

Function watchdog_clock

core/misc.c:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43static inline enum clock_id watchdog_clock(void) {
44 return watchdog.control & 0x10 ? CLOCK_32K : CLOCK_CPU;
45}
46
47static void watchdog_repeat_counter(enum sched_item_id id) {
48 assert(watchdog.count != 0);

Callers 3

watchdog_repeat_counterFunction · 0.85
watchdog_eventFunction · 0.85
watchdog_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected