RTOS_TASK_CFG#

Description#

This structure is used to configure some of Micrium OS internal tasks.

File(s)#

rtos_types.h

Fields#

Name

Type

Description

.Prio

RTOS_TASK_PRIO

Priority of the task.

.StkSizeElements

CPU_STK_SIZE

Size of the task's stack, in number of elements.

.StkPtr

CPU_STK

Pointer to the base of the stack's task. If set to DEF_NULL, stack will be automatically allocated from common's memory segment .

Notes / Warnings#

None.