A read-only input memory region provided to an RoT Service. More...
#include <client.h>
Data Fields | |
const void * | base |
Starting address of the buffer. More... | |
size_t | len |
Length in bytes of the buffer. More... | |
A read-only input memory region provided to an RoT Service.
Definition at line 49 of file TARGET_MBED_PSA_SRV/inc/psa/client.h.
const void * base |
Starting address of the buffer.
the start address of the memory buffer
Definition at line 50 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 51 of file TARGET_MBED_PSA_SRV/inc/psa/client.h.