OpenAMP Library  353
rpmsg_virtio_config Struct Reference

Configuration of RPMsg device based on virtio. More...

#include <rpmsg_virtio.h>

Data Fields

uint32_t h2r_buf_size
 The size of the buffer used to send data from host to remote. More...
 
uint32_t r2h_buf_size
 The size of the buffer used to send data from remote to host. More...
 
bool split_shpool
 The flag for splitting shared memory pool to TX and RX. More...
 

Detailed Description

Configuration of RPMsg device based on virtio.

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

Field Documentation

◆ h2r_buf_size

uint32_t rpmsg_virtio_config::h2r_buf_size

The size of the buffer used to send data from host to remote.

◆ r2h_buf_size

uint32_t rpmsg_virtio_config::r2h_buf_size

The size of the buffer used to send data from remote to host.

◆ split_shpool

bool rpmsg_virtio_config::split_shpool

The flag for splitting shared memory pool to TX and RX.


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