Timer
The MQX Timer List view displays detailed information about all available timer parameters. The image below depicts an example of a timer snapshot. Each row with the same color, represents one timer with multiple parameters.
The functionality of each listed timer parameter is described inside the following table:
Parameter name |
Description |
---|---|
Timer addr |
Pointer to the timer structure. |
ID |
timer ID. |
Uses ticks |
Does timer uses ticks or milliseconds. |
Mode |
Time to use when calculating the time to expire. |
Type |
Type of timer. |
Cycle |
The requested timer frequency. |
Expiration time |
Time when to start the timer. |
Function |
Function that is called when the timer expires. |
Function parameter ptr |
Parameter that is passed to the timer function. |
Task |
Task requesting this service. |