Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
tee_invoke_func_arg Struct Reference

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
 

Detailed Description

Invokes a function in a Trusted Application.

Field Documentation

◆ cancel_id

uint32_t tee_invoke_func_arg::cancel_id

[in] cancellation id, a unique value to identify this request

◆ func

uint32_t tee_invoke_func_arg::func

[in] Trusted Application function, specific to the TA

◆ ret

uint32_t tee_invoke_func_arg::ret

[out] return value

◆ ret_origin

uint32_t tee_invoke_func_arg::ret_origin

[out] origin of the return value

◆ session

uint32_t tee_invoke_func_arg::session

[in] session id


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