js_server_struct - 2023.1 English - UG643

Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2023-05-16
Version
2023.1 English

JTAG server object

Server instances are created by implementation specific create functions, typically named js_create_<implementation-name>.

TODO: Add a way to schedule a command sequence to be repeated at regular intervals. This is useful to poll for events, like breakpoint hit.

Declaration

typedef struct
{
  char dummy
} js_server_struct;
Table 1. Structure js_server_struct member description
Member Description
dummy

dummy