CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
FREERTOS_task_info_struct_t Struct Reference

Register all tasks in an array to track their worst/highest stack usage. More...

#include <rtos_task_helpers.h>

Public Attributes

osThreadId_t * task_handle
 
const osThreadAttr_t * task_attribute
 
uint32_t lowest_stack_bytes_remaining
 The lowest amount of stack space remaining in bytes, as of the last warning log call.
 

Detailed Description

Register all tasks in an array to track their worst/highest stack usage.

Member Data Documentation

◆ lowest_stack_bytes_remaining

uint32_t FREERTOS_task_info_struct_t::lowest_stack_bytes_remaining

The lowest amount of stack space remaining in bytes, as of the last warning log call.

◆ task_attribute

const osThreadAttr_t* FREERTOS_task_info_struct_t::task_attribute

◆ task_handle

osThreadId_t* FREERTOS_task_info_struct_t::task_handle

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