SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
TaskParameters_t Struct Reference

Parameters passed to xTaskCreate(). More...

#include <FreeRTOS.h>

Public Attributes

const char * pcName
uint32_t usStackDepth
void * pvParameters
UBaseType_t uxPriority

Detailed Description

Parameters passed to xTaskCreate().

Definition at line 345 of file FreeRTOS.h.

Member Data Documentation

◆ pcName

const char* TaskParameters_t::pcName

Human-readable task name for debugging.

Definition at line 347 of file FreeRTOS.h.

◆ pvParameters

void* TaskParameters_t::pvParameters

Argument forwarded to pvTaskCode.

Definition at line 349 of file FreeRTOS.h.

◆ usStackDepth

uint32_t TaskParameters_t::usStackDepth

Stack depth in Words.

Definition at line 348 of file FreeRTOS.h.

◆ uxPriority

UBaseType_t TaskParameters_t::uxPriority

Priority: 0 = lowest, configMAX_PRIORITIES-1 = highest.

Definition at line 350 of file FreeRTOS.h.


The documentation for this struct was generated from the following file: