CTS-SAT-1-OBC-Firmware
|
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. | |
Register all tasks in an array to track their worst/highest stack usage.
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.
const osThreadAttr_t* FREERTOS_task_info_struct_t::task_attribute |
osThreadId_t* FREERTOS_task_info_struct_t::task_handle |