ulink_cmd is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint8_t
ULINK command ID.
uint8_t *
OUT direction payload data.
uint8_t
OUT direction payload size for this command.
uint8_t *
Pointer to first element of IN payload array.
uint8_t *
Pointer where IN payload shall be stored.
uint8_t
IN direction payload size for this command.
bool
Indicates if this command needs post-processing.
bool
Indicates if ulink_clear_queue() should free payload_in_start.
struct jtag_command *
Pointer to corresponding OpenOCD command for post-processing.
struct ulink_cmd *
Pointer to next command (linked list).

References

from examples