Home
last modified time | relevance | path

Searched defs:is_tfm_rpc_msg (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-3.6.0/secure_fw/spm/core/
Dtfm_rpc.h175 __STATIC_INLINE bool is_tfm_rpc_msg(const struct connection_t *handle) in is_tfm_rpc_msg() function
206 #define is_tfm_rpc_msg(x) (false) macro