Modules§
- drivers
- Built-in JTAG adapter drivers
Structs§
- BitbangJTAG
Adapter State - State required to be stored by a BitbangJTAGAdapter in order for this crate to automatically implement ChunkShifterJTAGAdapter and eventually JTAGAdapter for it.
- Chunk
ShifterJTAG Adapter State - State required to be stored by a ChunkShifterJTAGAdapter in order for this crate to automatically implement StateTrackingJTAGAdapter and eventually JTAGAdapter for it.
- JTAG
Adapter State - State required to be stored by a JTAGAdapter
Enums§
- JTAG
Action - Represents all possible actions that can be performed on a JTAG adapter
- JTAG
Output - Represents possible results from performing JTAG actions
- JTAG
State - Represents a state in the JTAG state machine
Traits§
- BitbangJTAG
Adapter - Trait for JTAG adapters that are built around bit-banging one clock cycle at a time
- Chunk
ShifterJTAG Adapter - Trait for JTAG adapters that are built around shifting blocks of bits at a time (e.g. FTDI MPSSE, Xilinx Platform Cable USB)
- JTAG
Adapter - Trait representing a generic JTAG adapter
- State
TrackingJTAG Adapter - Trait for JTAG adapters that can automatically follow the JTAG state machine