This type defines a parameter that is not referencing shared memory, but carries instead small raw data passed by value.
It is used as a TEEC_Operation parameter when the corresponding parameter type is one of TEEC_VALUE_INPUT, TEEC_VALUE_OUTPUT, or TEEC_VALUE_INOUT.
Definition at line 115 of file tee_client_datatypes.h.
Data Fields | |
| uint32_t | a |
| 32 bit data to be passed to TOS More... | |
| uint32_t | b |
| 32 bit data to be passed to TOS More... | |
| uint32_t TEEC_Value::a |
32 bit data to be passed to TOS
Definition at line 118 of file tee_client_datatypes.h.
| uint32_t TEEC_Value::b |
32 bit data to be passed to TOS
Definition at line 120 of file tee_client_datatypes.h.