CPS_SetThreadPriority

C Specification

#include <nitroWiFi/cps.h>
void CPS_SetThreadPriority(u32 new_prio);

Arguments

new_prio Thread priority

Return Values

None.

Description

Sets the thread priority generated internally in the CPS library. Use if a priority besides the default value of 16 is needed. Must give the same or higher priority than applications that use CPS. Does not block. This function can be called even when the CPS library cannot be used.

See Also

CPS_GetThreadPriority

Revision History

10/21/2005 Initial version.