MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rtc_stop

Function rtc_stop

freebsd/x86/isa/atrtc.c:220–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220static int
221rtc_stop(struct eventtimer *et)
222{
223
224 atrtc_disable_intr();
225 return (0);
226}
227
228/*
229 * This routine receives statistical clock interrupts from the RTC.

Callers

nothing calls this directly

Calls 1

atrtc_disable_intrFunction · 0.85

Tested by

no test coverage detected