Zen API
|
kStatus kPeriodic_SetPriority | ( | kPeriodic | timer, |
kThreadPriorityClass | priorityClass, | ||
k32s | priorityOffset | ||
) |
Sets the priority associated with the periodic callback thread.
This method can be called before or after starting the periodic callback.
Refer to kThread_SetPriority for information about thread priorities.
timer | kPeriodic object. |
priorityClass | Thread priority class (Low, Normal, High). |
priorityOffset | Signed priority offset; a higher offset represents a higher priority within class. |