SAM4S-EK_FreeRTOS+FAT-SL  1.0
An example project to test the functionality of FreeRTOS+FAT-SL using SD card as data storage medium
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
xTASK_STATUS Struct Reference

#include <task.h>

Public Attributes

TaskHandle_t xHandle
 
const char * pcTaskName
 
UBaseType_t xTaskNumber
 
eTaskState eCurrentState
 
UBaseType_t uxCurrentPriority
 
UBaseType_t uxBasePriority
 
uint32_t ulRunTimeCounter
 
uint16_t usStackHighWaterMark
 

Detailed Description

Definition at line 152 of file task.h.

Member Data Documentation

eTaskState xTASK_STATUS::eCurrentState

Definition at line 157 of file task.h.

const char* xTASK_STATUS::pcTaskName

Definition at line 155 of file task.h.

uint32_t xTASK_STATUS::ulRunTimeCounter

Definition at line 160 of file task.h.

uint16_t xTASK_STATUS::usStackHighWaterMark

Definition at line 161 of file task.h.

UBaseType_t xTASK_STATUS::uxBasePriority

Definition at line 159 of file task.h.

UBaseType_t xTASK_STATUS::uxCurrentPriority

Definition at line 158 of file task.h.

TaskHandle_t xTASK_STATUS::xHandle

Definition at line 154 of file task.h.

UBaseType_t xTASK_STATUS::xTaskNumber

Definition at line 156 of file task.h.


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