|
QP/C
|
QF_tick() implementation. More...
Go to the source code of this file.
Functions | |
| void | QF_tick (void const *const sender) |
| Processes all armed time events at every clock tick. | |
| void QF_tick | ( | void const *const | sender | ) |
Processes all armed time events at every clock tick.
This function must be called periodically from a time-tick ISR or from the highest-priority task so that QF can manage the timeout events.
Definition at line 50 of file qf_tick.c.
References QTimeEvt::act, QTimeEvt::ctr, QTimeEvt::interval, QTimeEvt::next, Q_ASSERT, QACTIVE_POST, QF_EVT_REF_CTR_DEC_, QF_timeEvtListHead_, QS_BEGIN_NOCRIT_, QS_END_NOCRIT_, QS_OBJ_, QS_QF_TICK, QS_QF_TIMEEVT_AUTO_DISARM, QS_QF_TIMEEVT_POST, QS_teObj_, QS_tickCtr_, QS_TIME_, QEvt::sig, and QTimeEvt::super.
1.7.6.1