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: u32The address which called the function
func_addr: u32The address of the function called