Synopsis
void platform_unhook_timer(PLATFORM_HOOK_t *p);
Description

platform_unhook_timer unhooks hook from the timer list such that it no longer runs.

Thread Safety

platform_unhook_timer is thread-safe.

See Also

platform_hook_timer