Documentation ¶
Overview ¶
Package jtag will eventually define the API to communicate with devices over the JTAG protocol.
See https://en.wikipedia.org/wiki/JTAG for background information.
Index ¶
Constants ¶
View Source
const ( TCK pin.Func = "JTAG_TCK" // Test clock TDI pin.Func = "JTAG_TDI" // Test mode data input TDO pin.Func = "JTAG_TDO" // Test mode data output TMS pin.Func = "JTAG_TMS" // Test mode select TRST pin.Func = "JTAG_TRST" // Test reset )
Well known pin functionality.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.