struct rpc_ptr_off

Overview

Pointer to the memory area More…

#include <te_rpc_types.h>

struct rpc_ptr_off {
    // fields

    rpc_ptr base;
    uint32_t offset;
};

Detailed Documentation

Pointer to the memory area

Fields

rpc_ptr base

Handle of the base address

uint32_t offset

Offset from the base