TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
iovec_args_t Struct Reference

Holds the iovec parameters that are passed to a service. More...

#include <secure_fw/spm/cmsis_func/include/spm_func.h>

Collaboration diagram for iovec_args_t:

Data Fields

psa_invec in_vec [PSA_MAX_IOVEC]
 
size_t in_len
 
psa_outvec out_vec [PSA_MAX_IOVEC]
 
size_t out_len
 

Detailed Description

Holds the iovec parameters that are passed to a service.

Note
The size of the structure is (and have to be) multiple of 8 bytes

Definition at line 58 of file spm_func.h.

Field Documentation

size_t in_len

Number psa_invec objects in in_vec

Definition at line 60 of file spm_func.h.

Array of psa_invec objects

Definition at line 59 of file spm_func.h.

size_t out_len

Number psa_outvec objects in out_vec

Definition at line 63 of file spm_func.h.

Array of psa_outvec objects

Definition at line 62 of file spm_func.h.


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