takashi kadono / Mbed OS Nucleo_446

Dependencies:   ssd1331

Embed: (wiki syntax)

« Back to documentation index

mbed_stats_thread_t Struct Reference

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.