Zephyr API 3.6.99
|
Tee shared memory structure. More...
#include <tee.h>
Data Fields | |
const struct device * | dev |
[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 | |
Tee shared memory structure.
void* tee_shm::addr |
[out] shared buffer pointer
const struct device* tee_shm::dev |
[out] pointer to the device driver structure
uint32_t tee_shm::flags |
[out] shared buffer flags
uint64_t tee_shm::size |
[out] shared buffer size