tfTimerUpdateIsr
Table of Contents >> Programmer's Reference
| #include <trsocket.h> |
| void tfTimerUpdateIsr | (void); |
Function Description
This function updates the internal Treck timers. It tells them that one clock tick has passed. This call is designed to 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 tfTimerUpdate(). |