A writable output memory region provided to an RoT Service. More...
#include <client.h>
Data Fields | |
void * | base |
Starting address of the buffer. More... | |
size_t | len |
Length in bytes of the buffer. More... | |
A writable output memory region provided to an RoT Service.
Definition at line 55 of file TARGET_MBED_PSA_SRV/inc/psa/client.h.
void * base |
Starting address of the buffer.
the start address of the memory buffer
Definition at line 56 of file TARGET_MBED_PSA_SRV/inc/psa/client.h.
size_t len |
Length in bytes of the buffer.
the size in bytes
Definition at line 57 of file TARGET_MBED_PSA_SRV/inc/psa/client.h.