cmsis_dap_hid_write() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

cmsis_dap_hid_write() function

Syntax

static int cmsis_dap_hid_write(struct cmsis_dap *dap,     int txlen,     int timeout_ms);

Arguments

dap

txlen

timeout_ms

References

LocationText
cmsis_dap_usb_hid.c:230
static int cmsis_dap_hid_write(struct cmsis_dap *dap, int txlen, int timeout_ms)
cmsis_dap_usb_hid.c:284
.write = cmsis_dap_hid_write,

Call Tree

Functions called by cmsis_dap_hid_write()
cmsis_dap_hid_write()
memset()
hid_write()
hid_error()
all items filtered out
Implementations
cmsis_dap_hid_write()
all items filtered out