foxBMS  1.0.0
The foxBMS Battery Management System API Documentation
OS_TASK_DEFINITION Struct Reference

struct for FreeRTOS task definition More...

#include <os.h>

Data Fields

uint32_t phase
 
uint32_t cycleTime
 
UBaseType_t priority
 
uint16_t stackSize
 

Detailed Description

struct for FreeRTOS task definition

Definition at line 118 of file os.h.

Field Documentation

◆ cycleTime

uint32_t OS_TASK_DEFINITION::cycleTime

TODO (ms)

Definition at line 120 of file os.h.

◆ phase

uint32_t OS_TASK_DEFINITION::phase

TODO (ms)

Definition at line 119 of file os.h.

◆ priority

UBaseType_t OS_TASK_DEFINITION::priority

TODO

Definition at line 121 of file os.h.

◆ stackSize

uint16_t OS_TASK_DEFINITION::stackSize

Defines the size, in words, of the stack allocated to the idle task.

Definition at line 122 of file os.h.


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