IoT Timer client structure. More...
#include <iot_timer.h>
Detailed Description
IoT Timer client structure.
- Note
- cb_interval cannot be zero.
- cb_interval must be greater or equal to IOT_TIMER_RESOLUTION_IN_MS .
- If greater, cb_interval must be an integral multiple of IOT_TIMER_RESOLUTION_IN_MS .
Field Documentation
| 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.
- components/iot/iot_timer/iot_timer.h