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

hl_transports variable

Syntax

extern const char *hl_transports[];
Implemented in hla_transport.c:229

References

LocationText
hla_transport.c:229
const char *hl_transports[] = { "hla_swd", "hla_jtag", NULL };
hla_interface.h:19
extern const char *hl_transports[];
hla_interface.c:374
.transports = hl_transports,