OS_LOWEST_USED_PRIORITY Definition

Task priority values range from 0 (the highest priority) up to the value defined by the OS_LOWEST_USED_PRIORITY constant. This constant specifies the lowest assignable priority level and must be within the range of 0 to 254. The default value is 15; thus, tasks may be assigned priorities from 0 to 15 by default. It is recommended to use the smallest value necessary to minimize RAM consumption.

Version:1.0
See also: osCreateTask, osSetTaskPriority, scheduling, tasks
SpaceShadow documentation