OpenOCD
read_queue_entry Struct Reference

Entry element used to forge a reply buffer for openocd JTAG core. More...

Collaboration diagram for read_queue_entry:

Data Fields

uint8_t * buffer
 
const struct scan_commandcmd
 
struct list_head list
 
int reply_buffer_offset
 

Detailed Description

Entry element used to forge a reply buffer for openocd JTAG core.

Definition at line 113 of file angie.c.

Field Documentation

◆ buffer

uint8_t* read_queue_entry::buffer

◆ cmd

const struct scan_command* read_queue_entry::cmd

Definition at line 114 of file angie.c.

Referenced by angie_jtag_execute_scan(), and angie_read_queue_execute().

◆ list

struct list_head read_queue_entry::list

Definition at line 116 of file angie.c.

Referenced by angie_read_queue_add(), angie_read_queue_clean(), and angie_read_queue_execute().

◆ reply_buffer_offset

int read_queue_entry::reply_buffer_offset

Definition at line 115 of file angie.c.

Referenced by angie_jtag_execute_scan(), and angie_read_queue_execute().


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