TSK_itick
Application Program Interface
2-499
C Interface
Syntax
TSK_itick();
Parameters
Void
Return Value
Void
Description
TSK_itick increments the system alarm clock, and readies any tasks
blocked on TSK_sleep or SEM_pend whose timeout intervals have
expired.
Constraints and
Calling Context
❏
TSK_itick cannot be called by a TSK object.
❏
TSK_itick cannot be called from the program’s main() function.
❏
When called within an HWI, the code sequence calling TSK_itick
must be either wrapped within an HWI_enter/HWI_exit pair or
invoked by the HWI dispatcher.
See Also
TSK_itick
Advance the system alarm clock (interrupt use only)