MEM_IPC is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

MEM_IPC macro

Syntax

#define MEM_IPC(n) (MEM_BASE_IPC + (n) * IPC_STRUCT_SIZE)

Arguments

n

References

LocationText
psoc6.c:44
#define MEM_IPC(n) (MEM_BASE_IPC + (n) * IPC_STRUCT_SIZE)
psoc6.c:45
#define MEM_IPC_ACQUIRE(n) (MEM_IPC(n) + 0x00u)
psoc6.c:46
#define MEM_IPC_NOTIFY(n) (MEM_IPC(n) + 0x08u)
psoc6.c:47
#define MEM_IPC_DATA(n) (MEM_IPC(n) + 0x0Cu)
psoc6.c:48
#define MEM_IPC_LOCK_STATUS(n) (MEM_IPC(n) + 0x10u)