File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
components/TARGET_PSA/spm/COMPONENT_SPM_MAILBOX Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
#define IPC_RES_SEM_MAX_COUNT (1UL) // Maximum number of available tokens for an IPC result semaphore
35
35
#define IPC_RES_SEM_INITIAL_COUNT (0UL) // Initial number of available tokens for an IPC result semaphore
36
36
37
- #define ADDR_TABLE_MAGIC 0xDEADBEEF
37
+ #define ADDR_TABLE_MAGIC 0x3d339a77
38
38
39
39
40
40
// NOTE: STRUCT SIZE MUST BE 4 BYTES ALIGNED !!
Original file line number Diff line number Diff line change 44
44
#define IPC_QUEUE_SLOTS 2
45
45
#endif
46
46
47
- #define IPC_QUEUE_BASE_MAGIC 0xCAFEBABE
48
- #define IPC_QUEUE_PRODUCER_MAGIC 0xDAC0FFEE
49
- #define IPC_QUEUE_CONSUMER_MAGIC 0xFACEB00C
47
+ #define IPC_QUEUE_BASE_MAGIC 0x63284A0C
48
+ #define IPC_QUEUE_PRODUCER_MAGIC 0XA248D9FF
49
+ #define IPC_QUEUE_CONSUMER_MAGIC 0XA68B6542
50
50
51
51
#define IPC_QUEUE_WAIT_ON_FULL_MS 500
52
52
#define IPC_QUEUE_WAIT_ON_EMPTY_MS 500
You can’t perform that action at this time.
0 commit comments