Home
last modified time | relevance | path

Searched refs:cb_args (Results 1 – 2 of 2) sorted by relevance

/platform/nrf51xxx/
A Dtimer.c25 static void *cb_args; variable
32 cb_args = arg;
74 if (cb(cb_args, now) == INT_RESCHEDULE)
/platform/nrf52xxx/
A Dtimer.c50 static void *cb_args; variable
55 cb_args = arg; in platform_set_periodic_timer()
129 if (cb(cb_args, now) == INT_RESCHEDULE) in nrf52_RTC1_IRQ()

Completed in 3 milliseconds