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

Function arm_tmr_stop

freebsd/arm/arm/generic_timer.c:287–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287static int
288arm_tmr_stop(struct eventtimer *et)
289{
290 struct arm_tmr_softc *sc;
291
292 sc = (struct arm_tmr_softc *)et->et_priv;
293 arm_tmr_disable(sc->physical);
294
295 return (0);
296}
297
298static int
299arm_tmr_intr(void *arg)

Callers

nothing calls this directly

Calls 1

arm_tmr_disableFunction · 0.85

Tested by

no test coverage detected