10.3 tmrStruct Struct
Members
- timercallback_ptr_t tmrStruct::callbackPtr
- This is a pointer to the callback handler
- void * tmrStruct::payload
- This is a value that can be passed on to the callback
- struct tmrStruct * tmrStruct::next
- This is a pointer to the next timer on the queue
- uint32_t tmrStruct::absoluteTime
- This is the number of ticks the timer will count down