Mistake on this page?
Report an issue in GitHub or email us
Data Fields
mbed_stats_stack_t Struct Reference

struct mbed_stats_stack_t definition More...

#include <mbed_stats.h>

Data Fields

uint32_t thread_id
 Identifier for the thread that owns the stack or 0 if representing accumulated statistics. More...
 
uint32_t max_size
 Maximum number of bytes used on the stack since the thread was started. More...
 
uint32_t reserved_size
 Current number of bytes reserved for the stack. More...
 
uint32_t stack_cnt
 The number of stacks represented in the accumulated statistics or 1 if representing a single stack. More...
 

Detailed Description

struct mbed_stats_stack_t definition

Definition at line 81 of file mbed_stats.h.

Field Documentation

uint32_t max_size

Maximum number of bytes used on the stack since the thread was started.

Definition at line 83 of file mbed_stats.h.

uint32_t reserved_size

Current number of bytes reserved for the stack.

Definition at line 84 of file mbed_stats.h.

uint32_t stack_cnt

The number of stacks represented in the accumulated statistics or 1 if representing a single stack.

Definition at line 85 of file mbed_stats.h.

uint32_t thread_id

Identifier for the thread that owns the stack or 0 if representing accumulated statistics.

Definition at line 82 of file mbed_stats.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.