Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
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.

Parameters
timerkPeriodic object.
priorityClassThread priority class (Low, Normal, High).
priorityOffsetSigned priority offset; a higher offset represents a higher priority within class.
Returns
Operation status.
See also
kThread_SetPriority