Nut/OS  4.10.3
API Reference
JTAG_TAP Struct Reference

#include <jtag_tap.h>

Collaboration diagram for JTAG_TAP:

Data Fields

uint_fast8_t tap_state
 Current state of the TAP controller.
uint_fast8_t tap_irsize
 Instruction register size.
JTAG_CABLEtap_cable
 Associated cable driver.
void * tap_cib
 Cable specific information structure.

Detailed Description

Definition at line 65 of file jtag_tap.h.


Field Documentation

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().

Cable specific information structure.

Definition at line 73 of file jtag_tap.h.

Referenced by TapClose(), TapData(), TapInstruction(), TapOpen(), TapStateWalk(), and TapTargetReset().


The documentation for this struct was generated from the following file: