Holds the iovec parameters that are passed to a service. More...
#include <spm_api.h>
| Data Fields | |
| psa_invec | in_vec [PSA_MAX_IOVEC] | 
| size_t | in_len | 
| psa_outvec | out_vec [PSA_MAX_IOVEC] | 
| size_t | out_len | 
Holds the iovec parameters that are passed to a service.
Definition at line 51 of file components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/secure_fw/spm/spm_api.h.
| size_t in_len | 
Number psa_invec objects in in_vec
Definition at line 53 of file components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/secure_fw/spm/spm_api.h.
| psa_invec in_vec[PSA_MAX_IOVEC] | 
Array of psa_invec objects
Definition at line 52 of file components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/secure_fw/spm/spm_api.h.
| size_t out_len | 
Number psa_outvec objects in out_vec
Definition at line 56 of file components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/secure_fw/spm/spm_api.h.
| psa_outvec out_vec[PSA_MAX_IOVEC] | 
Array of psa_outvec objects
Definition at line 55 of file components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/secure_fw/spm/spm_api.h.