OpenOCD
interfaces.h File Reference

Exports the list of JTAG interface drivers, along with routines for loading and unloading them dynamically from shared libraries. More...

Include dependency graph for interfaces.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

struct adapter_driveradapter_drivers []
 The list of built-in JTAG interfaces, containing entries for those drivers that were enabled by the configure script. More...
 

Detailed Description

Exports the list of JTAG interface drivers, along with routines for loading and unloading them dynamically from shared libraries.

Definition in file interfaces.h.

Variable Documentation

◆ adapter_drivers

struct adapter_driver* adapter_drivers[]
extern

The list of built-in JTAG interfaces, containing entries for those drivers that were enabled by the configure script.

Definition at line 38 of file interfaces.c.

Referenced by COMMAND_HANDLER().