Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
mbed_stats_thread_t Struct Reference
[stats functions]
  struct mbed_stats_thread_t definition More...
#include <mbed_stats.h>
| Data Fields | |
| uint32_t | id | 
| Thread Object Identifier. | |
| uint32_t | state | 
| Thread Object State. | |
| uint32_t | priority | 
| Thread Priority. | |
| uint32_t | stack_size | 
| Thread Stack Size. | |
| uint32_t | stack_space | 
| Thread remaining stack size. | |
| const char * | name | 
| Thread Object name. | |
Detailed Description
struct mbed_stats_thread_t definition
Definition at line 109 of file mbed_stats.h.
Field Documentation
| uint32_t id | 
Thread Object Identifier.
Definition at line 110 of file mbed_stats.h.
| const char* name | 
Thread Object name.
Definition at line 115 of file mbed_stats.h.
| uint32_t priority | 
Thread Priority.
Definition at line 112 of file mbed_stats.h.
| uint32_t stack_size | 
Thread Stack Size.
Definition at line 113 of file mbed_stats.h.
| uint32_t stack_space | 
Thread remaining stack size.
Definition at line 114 of file mbed_stats.h.
| uint32_t state | 
Thread Object State.
Definition at line 111 of file mbed_stats.h.
Generated on Tue Aug 9 2022 00:37:34 by
 1.7.2
 1.7.2