OpenAMP Library
Data Fields
rpmsg_hdr Struct Reference

#include <rpmsg_internal.h>

Data Fields

uint32_t src
 
uint32_t dst
 
uint32_t reserved
 
uint16_t len
 
uint16_t flags
 

Detailed Description

struct rpmsg_hdr - common header for all rpmsg messages @src: source address @dst: destination address @reserved: reserved for future use @len: length of payload (in bytes) @flags: message flags

Every message sent(/received) on the rpmsg bus begins with this header.

Field Documentation

◆ dst

uint32_t rpmsg_hdr::dst

◆ flags

uint16_t rpmsg_hdr::flags

◆ len

uint16_t rpmsg_hdr::len

◆ reserved

uint32_t rpmsg_hdr::reserved

◆ src

uint32_t rpmsg_hdr::src

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