Expand description

This module implements JTAG functionality on top of the DAP_JTAG_Sequence command provided by the DAP module.

The JTAG chain may be scanned for TAPs, and then a TAP interface created to address that specific device.

Structs

Stores information about a JTAG scan chain, including detected IDCODEs and IR lengths.

Represents a single TAP in a JTAG scan chain, with methods to read and write this TAP while other TAPs are placed into BYPASS.

Represents a series of JTAG sequences to be sent to a DAP. The maximum number of sequences is limited by the DAP packet size, or at most 255.

Enums

Type Definitions