Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
tee_shm Struct Reference

Tee shared memory structure. More...

#include <tee.h>

Data Fields

const struct devicedev
 [out] pointer to the device driver structure
 
void * addr
 [out] shared buffer pointer
 
uint64_t size
 [out] shared buffer size
 
uint32_t flags
 [out] shared buffer flags
 

Detailed Description

Tee shared memory structure.

Field Documentation

◆ addr

void* tee_shm::addr

[out] shared buffer pointer

◆ dev

const struct device* tee_shm::dev

[out] pointer to the device driver structure

◆ flags

uint32_t tee_shm::flags

[out] shared buffer flags

◆ size

uint64_t tee_shm::size

[out] shared buffer size


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