| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
Invokes a function in a Trusted Application. More...
#include <tee.h>
| Data Fields | |
| uint32_t | func | 
| [in] Trusted Application function, specific to the TA | |
| uint32_t | session | 
| [in] session id | |
| uint32_t | cancel_id | 
| [in] cancellation id, a unique value to identify this request | |
| uint32_t | ret | 
| [out] return value | |
| uint32_t | ret_origin | 
| [out] origin of the return value | |
Invokes a function in a Trusted Application.
| uint32_t tee_invoke_func_arg::cancel_id | 
[in] cancellation id, a unique value to identify this request
| uint32_t tee_invoke_func_arg::func | 
[in] Trusted Application function, specific to the TA
| uint32_t tee_invoke_func_arg::ret | 
[out] return value
| uint32_t tee_invoke_func_arg::ret_origin | 
[out] origin of the return value
| uint32_t tee_invoke_func_arg::session | 
[in] session id