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

Function arm_tmr_disable

freebsd/arm/arm/generic_timer.c:277–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277static void
278arm_tmr_disable(bool physical)
279{
280 int ctrl;
281
282 ctrl = get_ctrl(physical);
283 ctrl &= ~GT_CTRL_ENABLE;
284 set_ctrl(ctrl, physical);
285}
286
287static int
288arm_tmr_stop(struct eventtimer *et)

Callers 2

arm_tmr_stopFunction · 0.85
arm_tmr_attachFunction · 0.85

Calls 2

get_ctrlFunction · 0.85
set_ctrlFunction · 0.85

Tested by

no test coverage detected