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

jtag_callback1_t

Defines a simple JTAG callback that can allow conversions on data scanned in from an interface. This callback should only be used for conversion that cannot fail. For conversion types or checks that can fail, use the more complete variant: jtag_callback_t.

Syntax

typedef void (*jtag_callback1_t)(jtag_callback_data_t data0);