Timer structure.
NOTE: this structure is used internally by the AIROC stack. Applications MUST NOT modify any of the elements of this structure.
Timer control block memory MUST be peristant from when the timer is initialized, using wiced_init_timer(), till it is de-initialized, using wiced_deinit_timer().
Data Fields | |
struct _wiced_timer_t * | p_next |
internal, next pointer to wiced_timer_t | |
wiced_timer_callback_t * | p_cback |
internal, the callback function | |
wiced_timer_callback_arg_t | cb_arg |
internal, the callback argument | |
uint32_t | pi |
internal, timer flags | |
uint64_t | tt |
internal, timer timeout | |