PX4 Firmware
PX4 Autopilot Software http://px4.io
_stack_s Struct Reference

#include <hardfault_log.h>

Collaboration diagram for _stack_s:

Public Attributes

uint32_t sp
 
uint32_t top
 
uint32_t size
 

Detailed Description

Definition at line 131 of file hardfault_log.h.

Member Data Documentation

◆ size

uint32_t _stack_s::size

Definition at line 134 of file hardfault_log.h.

Referenced by write_stack_detail(), and write_user_stack().

◆ sp

uint32_t _stack_s::sp

Definition at line 132 of file hardfault_log.h.

Referenced by write_stack_detail(), and write_user_stack().

◆ top

uint32_t _stack_s::top

Definition at line 133 of file hardfault_log.h.

Referenced by write_stack_detail(), and write_user_stack().


The documentation for this struct was generated from the following file: