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

Function mv_get_timer

freebsd/arm/mv/timer.c:364–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364static uint32_t
365mv_get_timer(uint32_t timer)
366{
367
368 return (bus_space_read_4(timer_softc->timer_bst,
369 timer_softc->timer_bsh, CPU_TIMER0 + timer * 0x8));
370}
371
372static void
373mv_set_timer(uint32_t timer, uint32_t val)

Callers 2

mv_timer_get_timecountFunction · 0.85
mv_delayFunction · 0.85

Calls 1

bus_space_read_4Function · 0.85

Tested by

no test coverage detected