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

MEM_IPC_INTR_MASK macro

Syntax

#define MEM_IPC_INTR_MASK(n) (MEM_IPC_INTR(n) + 0x08u)

Arguments

n

References

LocationText
psoc6.c:53
#define MEM_IPC_INTR_MASK(n) (MEM_IPC_INTR(n) + 0x08u)
psoc6.c:338
hr = target_write_u32(target, MEM_IPC_INTR_MASK(IPC_INTR_ID), 1u << (16 + IPC_ID));