os_callout_stop

void os_callout_stop(struct os_callout *c)

Disarms a timer.

Arguments

ArgumentsDescription
cPointer to os_callout being stopped

Returned values

N/A

Example

struct os_callout_func g_native_cputimer;

     os_callout_stop(&g_native_cputimer.cf_c);