nRF Connect SDK API 0.1.0
|
void lwm2m_os_timer_get | ( | lwm2m_os_timer_handler_t | handler, |
lwm2m_os_timer_t ** | timer | ||
) |
#include <lib/bin/lwm2m_carrier/include/lwm2m_os.h>
Reserve a timer task from the OS.
handler | Function to run for this task. |
timer | Assigned timer task. |