Skip to main content

PspDebugStackTrace

Type Alias PspDebugStackTrace 

Source
pub type PspDebugStackTrace = _PspDebugStackTrace;
Expand description

Structure to hold a single stack trace entry

Aliased Type§

#[repr(C)]
pub struct PspDebugStackTrace { pub call_addr: u32, pub func_addr: u32, }

Fields§

§call_addr: u32

The address which called the function

§func_addr: u32

The address of the function called