OpenAMP Library
Data Fields
rpmsg_virtio_config Struct Reference

#include <rpmsg_virtio.h>

Data Fields

uint32_t h2r_buf_size
 
uint32_t r2h_buf_size
 
bool split_shpool
 

Detailed Description

struct rpmsg_virtio_config - configuration of rpmsg device based on virtio

This structure is used by the rpmsg virtio host to configure the virtiio layer.

@h2r_buf_size: the size of the buffer used to send data from host to remote @r2h_buf_size: the size of the buffer used to send data from remote to host @split_shpool: the flag that splitting share memory pool to TX and RX

Field Documentation

◆ h2r_buf_size

uint32_t rpmsg_virtio_config::h2r_buf_size

◆ r2h_buf_size

uint32_t rpmsg_virtio_config::r2h_buf_size

◆ split_shpool

bool rpmsg_virtio_config::split_shpool

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