![]() |
xilskey
Vitis Drivers API Documentation
|
JTAG port description. More...
Data Fields | |
| char | manufacturer [64] |
| manufacturer information More... | |
| char | serial [64] |
| Serial information. More... | |
| char | port [64] |
| Port information. More... | |
| char | description [128] |
| Description information. More... | |
| void * | handle |
| Pointer to handle. More... | |
JTAG port description.
This is retrieved by calling js_get_port_descr_list(), and is needed for js_open_port() to indicate which port to use.
| char js_port_descr_struct::description[128] |
Description information.
| void* js_port_descr_struct::handle |
Pointer to handle.
| char js_port_descr_struct::manufacturer[64] |
manufacturer information
| char js_port_descr_struct::port[64] |
Port information.
| char js_port_descr_struct::serial[64] |
Serial information.