We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628ef9b commit 8501e79Copy full SHA for 8501e79
components/TARGET_PSA/spm/spm_init.h
@@ -20,16 +20,28 @@
20
21
#if defined(COMPONENT_SPE)
22
23
+/*
24
+ * Initialize SPM
25
+ */
26
void psa_spm_init(void);
27
28
#endif // defined(COMPONENT_SPE)
29
30
#if defined(COMPONENT_SPM_MAILBOX)
31
32
33
+ * Initialize SPM mailbox driver
34
35
void spm_ipc_mailbox_init(void);
36
37
#if defined(COMPONENT_NSPE)
38
39
40
+ * PSA mailbox dispatcher
41
+ *
42
+ * Dispatcher thread never returns and expected to be called
43
+ * from startup code as a detached thread entry point
44
45
void psa_spm_mailbox_dispatcher(void);
46
47
#endif // defined(COMPONENT_NSPE)
0 commit comments