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

REPORT_ID_SIZE macro

Syntax

#define REPORT_ID_SIZE 1

References

LocationText
cmsis_dap.h:77
#define REPORT_ID_SIZE 1
cmsis_dap_usb_hid.c:194
dap->command = dap->packet_buffer + REPORT_ID_SIZE;
cmsis_dap_usb_hid.c:251
unsigned int packet_buffer_size = pkt_sz + REPORT_ID_SIZE;
cmsis_dap_usb_hid.c:263
dap->command = dap->packet_buffer + REPORT_ID_SIZE;