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

SPC_OPCODE_LEN macro

Syntax

#define SPC_OPCODE_LEN 3

References

LocationText
psoc5lp.c:71
#define SPC_OPCODE_LEN 3
psoc5lp.c:1165
SPC_OPCODE_LEN + 1 + row_size + 3 + SPC_OPCODE_LEN + 6,
psoc5lp.c:1192
buf[SPC_OPCODE_LEN] = array_id;
psoc5lp.c:1198
data_area->address + SPC_OPCODE_LEN + 1,
psoc5lp.c:1213
data_area->address + SPC_OPCODE_LEN + 1 + len,
psoc5lp.c:1221
data_area->address + SPC_OPCODE_LEN + 1 + ROW_SIZE,
psoc5lp.c:1230
buf[3 + SPC_OPCODE_LEN] = array_id;
psoc5lp.c:1231
buf[3 + SPC_OPCODE_LEN + 1] = row >> 8;
psoc5lp.c:1232
buf[3 + SPC_OPCODE_LEN + 2] = row & 0xff;
psoc5lp.c:1233
memcpy(buf + 3 + SPC_OPCODE_LEN + 3, temp, 2);
psoc5lp.c:1234
buf[3 + SPC_OPCODE_LEN + 5] = 0x00; /* padding */
psoc5lp.c:1236
data_area->address + SPC_OPCODE_LEN + 1 + row_size,
psoc5lp.c:1269
((SPC_OPCODE_LEN + 1 + row_size + 3 + SPC_OPCODE_LEN + 5) & 0xfff));