#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. | |
Current state of the TAP controller.
Referenced by TapData(), TapInstruction(), TapOpen(), TapStateWalk(), and TapTargetReset().
Instruction register size.
Referenced by TapInstruction(), TapOpen(), and TapSetIrSize().
Associated cable driver.
Referenced by TapClose(), TapData(), TapInstruction(), TapOpen(), TapStateWalk(), and TapTargetReset().
| void* JTAG_TAP::tap_cib |
Cable specific information structure.
Referenced by TapClose(), TapData(), TapInstruction(), TapOpen(), TapStateWalk(), and TapTargetReset().