tfTimerUpdate
Table of Contents >> Programmer's Reference
| #include <trsocket.h> |
| void tfTimerUpdate | (void); |
Function Description
This function updates the internal Treck timers. It tells them that one clock tick has passed. This call cannot be made from an Interrupt Service Routine.
| The integrator must decide if the Treck timers should be updated from an ISR, main loop, or a timer task and choose this call or tfTimerUpdateIsr(). |