libjaylink  0.2.0
Library to access J-Link devices
Data Fields
jaylink_hardware_status Struct Reference

Device hardware status. More...

#include <libjaylink.h>

Data Fields

uint16_t target_voltage
 Target reference voltage in mV. More...
 
bool tck
 TCK pin state. More...
 
bool tdi
 TDI pin state. More...
 
bool tdo
 TDO pin state. More...
 
bool tms
 TMS pin state. More...
 
bool tres
 TRES pin state. More...
 
bool trst
 TRST pin state. More...
 

Detailed Description

Device hardware status.

Field Documentation

uint16_t jaylink_hardware_status::target_voltage

Target reference voltage in mV.

bool jaylink_hardware_status::tck

TCK pin state.

bool jaylink_hardware_status::tdi

TDI pin state.

bool jaylink_hardware_status::tdo

TDO pin state.

bool jaylink_hardware_status::tms

TMS pin state.

bool jaylink_hardware_status::tres

TRES pin state.

bool jaylink_hardware_status::trst

TRST pin state.


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