cmsis_dap_backend::packet_buffer_alloc is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcmsis_dap_backend::packet_buffer_alloc

cmsis_dap_backend::packet_buffer_alloc field

Syntax

int (*packet_buffer_alloc)(struct cmsis_dap *dap, unsigned int pkt_sz);

References

LocationReferrerScopeText
cmsis_dap.h:68
int (*packet_buffer_alloc)(struct cmsis_dap *dap, unsigned int pkt_sz);
cmsis_dap.c:1365cmsis_dap_init()
retval = cmsis_dap_handle->backend->packet_buffer_alloc(cmsis_dap_handle, pkt_sz);
cmsis_dap_usb_hid.c:279cmsis_dap_hid_alloc()cmsis_dap_hid_backend
cmsis_dap_usb_hid.c:285
.packet_buffer_alloc = cmsis_dap_hid_alloc,

Call Tree

Functions calling cmsis_dap_backend::packet_buffer_alloc
all items filtered out
cmsis_dap_backend::packet_buffer_alloc
Implementations
all items filtered out
cmsis_dap_backend::packet_buffer_alloc