PRD_tick
Application Program Interface
2-297
C Interface
Syntax
PRD_tick();
Parameters
Void
Return Value
Void
Reentrant
no
Description
PRD_tick advances the period counter by one tick. Unless you are driving
PRD functions using the on-device clock, PRD objects execute their
functions at intervals based on this counter.
For example, an HWI could perform PRD_tick to notify a periodic function
when data is available for processing.
Constraints and
Calling Context
❏
All the registers that are modified by this API should be saved and
restored, before and after the API is invoked, respectively.
❏
When called within an HWI, the code sequence calling PRD_tick
must be either wrapped within an HWI_enter/HWI_exit pair or
invoked by the HWI dispatcher.
❏
Interrupts need to be disabled before calling PRD_tick.
See Also
PRD_tick
Advance tick counter, enable periodic functions