Hardware Abstraction Layer for FreeRTOS

#include <remoteproc.h>

Data Fields

u32 type
 
u32 da
 
may contain a human readable name of the trace buffer.

length (in bytes)

specifies its size, and

u32 len
 
u32 reserved
 
u8 name [32]
 

Detailed Description

struct fw_rsc_trace - trace buffer declaration

This resource entry provides the host information about a trace buffer into which the remote processor will write log messages.

After booting the remote processor, the trace buffers are exposed to the user via debugfs entries (called trace0, trace1, etc..).

Field Documentation

◆ da

u32 fw_rsc_trace::da

device address

specifies the device address of the buffer.

◆ len

u32 fw_rsc_trace::len

◆ name

u8 fw_rsc_trace::name[32]

human-readable name of the trace buffer

◆ reserved

u32 fw_rsc_trace::reserved

reserved (must be zero)

◆ type

u32 fw_rsc_trace::type

resource type

See also
fw_rsc_hdr

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