nRF5 IoT SDK
v0.9.0
|
IoT Timer client structure. More...
#include <iot_timer.h>
Data Fields | |
iot_timer_tick_cb | iot_timer_callback |
iot_timer_time_in_ms_t | cb_interval |
IoT Timer client structure.
iot_timer_time_in_ms_t iot_timer_client_t::cb_interval |
Interval between repeated callbacks to the client.
iot_timer_tick_cb iot_timer_client_t::iot_timer_callback |
Callback procedure of the client.