timer_struct_s Struct

Members

callback_ptr

Pointer to a callback function that is called when this timer expires.

payload

Pointer to data that user would like to pass along to the callback function.

next

Pointer to a linked list of all timers that have expired and whose callback functions are due to be called

absolute_time

The number of ticks the timer will count before it expires.