TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_rpc.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define is_tfm_rpc_msg(x)   (false)
 
#define tfm_rpc_client_call_handler()   do {} while (0)
 
#define tfm_rpc_client_call_reply(owner, ret)   do {} while (0)
 
#define tfm_rpc_set_caller_data(msg, client_id)   do {} while (0)
 

Macro Definition Documentation

#define is_tfm_rpc_msg (   x)    (false)

Definition at line 211 of file tfm_rpc.h.

#define tfm_rpc_client_call_handler ( )    do {} while (0)

Definition at line 213 of file tfm_rpc.h.

#define tfm_rpc_client_call_reply (   owner,
  ret 
)    do {} while (0)

Definition at line 215 of file tfm_rpc.h.

#define tfm_rpc_set_caller_data (   msg,
  client_id 
)    do {} while (0)

Definition at line 217 of file tfm_rpc.h.