#include <jtag_tap.h>

Data Fields | |
| uint_fast8_t | tap_state |
| Current state of the TAP controller. | |
| uint_fast8_t | tap_irsize |
| Instruction register size. | |
| JTAG_CABLE * | tap_cable |
| Associated cable driver. | |
| void * | tap_cib |
| Cable specific information structure. | |
Definition at line 65 of file jtag_tap.h.
Current state of the TAP controller.
Definition at line 67 of file jtag_tap.h.
Referenced by TapData(), TapInstruction(), TapOpen(), TapStateWalk(), and TapTargetReset().
Instruction register size.
Definition at line 69 of file jtag_tap.h.
Referenced by TapInstruction(), TapOpen(), and TapSetIrSize().
Associated cable driver.
Definition at line 71 of file jtag_tap.h.
Referenced by TapClose(), TapData(), TapInstruction(), TapOpen(), TapStateWalk(), and TapTargetReset().
| void* JTAG_TAP::tap_cib |
Cable specific information structure.
Definition at line 73 of file jtag_tap.h.
Referenced by TapClose(), TapData(), TapInstruction(), TapOpen(), TapStateWalk(), and TapTargetReset().