Home
last modified time | relevance | path

Searched refs:TFM_SVC_NUM_PSA_API_THREAD (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-latest/secure_fw/spm/include/interface/
Dsvc_num.h60 #define TFM_SVC_NUM_PSA_API_THREAD(index) (TFM_SVC_NUM_PSA_API_MSK | \ macro
82 #define TFM_SVC_PSA_FRAMEWORK_VERSION TFM_SVC_NUM_PSA_API_THREAD(0)
83 #define TFM_SVC_PSA_VERSION TFM_SVC_NUM_PSA_API_THREAD(1)
84 #define TFM_SVC_PSA_CALL TFM_SVC_NUM_PSA_API_THREAD(2)
85 #define TFM_SVC_PSA_CONNECT TFM_SVC_NUM_PSA_API_THREAD(3)
86 #define TFM_SVC_PSA_CLOSE TFM_SVC_NUM_PSA_API_THREAD(4)
88 #define TFM_SVC_PSA_WAIT TFM_SVC_NUM_PSA_API_THREAD(5)
89 #define TFM_SVC_PSA_GET TFM_SVC_NUM_PSA_API_THREAD(6)
90 #define TFM_SVC_PSA_SET_RHANDLE TFM_SVC_NUM_PSA_API_THREAD(7)
91 #define TFM_SVC_PSA_READ TFM_SVC_NUM_PSA_API_THREAD(8)
[all …]