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

stlink_close() function

Syntax

static int stlink_close(void *handle);

Arguments

handle

References

LocationReferrerText
stlink_usb.c:3295
static int stlink_close(void *handle)
stlink_usb.c:3828stlink_open()
stlink_close(h);
stlink_usb.c:4040
.close = stlink_close,
stlink_usb.c:5157stlink_dap_quit()
return stlink_close(stlink_dap_handle);

Call Tree

Functions calling stlink_close()
Functions called by stlink_close()
all items filtered out
stlink_close()
free()
all items filtered out
Data read by stlink_close()
stlink_close()::h
all items filtered out
stlink_close()
Implementations
stlink_close()
all items filtered out
Type of stlink_close()
stlink_close()
all items filtered out
Types freed by stlink_close()
all items filtered out
stlink_close()