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

Function arm_set_delay

freebsd/arm/arm/machdep.c:283–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281
282#ifdef PLATFORM
283void
284arm_set_delay(delay_func *impl, void *arg)
285{
286
287 KASSERT(impl != NULL, ("No DELAY implementation"));
288 delay_impl = impl;
289 delay_arg = arg;
290}
291
292void
293DELAY(int usec)

Callers 10

am335x_dmtimer_tc_initFunction · 0.85
arm_tmr_attachFunction · 0.85
arm_tmr_attachFunction · 0.85
a10_timer_attachFunction · 0.85
mv_timer_attachFunction · 0.85
imx_gpt_attachFunction · 0.85
epit_tc_attachFunction · 0.85
sp804_timer_attachFunction · 0.85
bcm_systimer_attachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected