![]() |
xilskey
Vitis Drivers API Documentation
|
JTAG command sequence library object. More...
Data Fields | |
| js_command_sequence_t | base |
| Client visible part. More... | |
| js_lib_command_t * | cmd_list |
| Array of commands. More... | |
| unsigned int | cmd_count |
| Count of added commands. More... | |
| unsigned int | cmd_max |
| Command list capacity. More... | |
| unsigned int | cmd_size |
| Size of command objects. More... | |
| js_lib_command_buffer_t * | buf_head |
| Command buffer pool. More... | |
JTAG command sequence library object.
| js_command_sequence_t js_lib_command_sequence_struct::base |
Client visible part.
| js_lib_command_buffer_t* js_lib_command_sequence_struct::buf_head |
Command buffer pool.
| unsigned int js_lib_command_sequence_struct::cmd_count |
Count of added commands.
| js_lib_command_t* js_lib_command_sequence_struct::cmd_list |
Array of commands.
| unsigned int js_lib_command_sequence_struct::cmd_max |
Command list capacity.
| unsigned int js_lib_command_sequence_struct::cmd_size |
Size of command objects.