Rtos API example
mbed_stats_stack_t Struct Reference
[stats functions]
struct mbed_stats_stack_t definition More...
#include <mbed_stats.h>
Data Fields | |
| uint32_t | thread_id |
| Identifier for thread that owns the stack or 0 if multiple threads. | |
| uint32_t | max_size |
| Maximum number of bytes used on the stack. | |
| uint32_t | reserved_size |
| Current number of bytes allocated for the stack. | |
| uint32_t | stack_cnt |
| Number of stacks stats accumulated in the structure. | |
Detailed Description
struct mbed_stats_stack_t definition
Definition at line 54 of file mbed_stats.h.
Field Documentation
| uint32_t max_size |
Maximum number of bytes used on the stack.
Definition at line 56 of file mbed_stats.h.
| uint32_t reserved_size |
Current number of bytes allocated for the stack.
Definition at line 57 of file mbed_stats.h.
| uint32_t stack_cnt |
Number of stacks stats accumulated in the structure.
Definition at line 58 of file mbed_stats.h.
| uint32_t thread_id |
Identifier for thread that owns the stack or 0 if multiple threads.
Definition at line 55 of file mbed_stats.h.
Generated on Sun Jul 17 2022 08:25:40 by
1.7.2