swd_driver::trace is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

swd_driver::trace field

Configures data collection from the Single-wire trace (SWO) signal. For example, some debug adapters include a UART which is normally connected to a microcontroller's UART TX, but which may instead be connected to SWO for use in collecting ITM (and possibly ETM) trace data.

Syntax

int *(*trace)(bool swo);

References

LocationText
swd.h:306
int *(*trace)(bool swo);