OpenOCD
pending_scan_result Struct Reference
Collaboration diagram for pending_scan_result:

Data Fields

uint8_t * ack
 
uint8_t * buffer
 Location to store the result. More...
 
void * buffer
 Location to store the result. More...
 
unsigned buffer_offset
 Offset in the destination buffer. More...
 
struct scan_commandcommand
 
int dest_offset
 
int first
 First bit position in tdo_buffer to read. More...
 
unsigned first
 Offset in bytes in the CMD_DAP_JTAG_SEQ response buffer. More...
 
bool last
 
int length
 Number of bits to read. More...
 
unsigned length
 Number of bits to read. More...
 
int src_offset
 

Detailed Description

Definition at line 516 of file arm-jtag-ew.c.

Field Documentation

◆ ack

uint8_t* pending_scan_result::ack

Definition at line 32 of file vsllink.c.

Referenced by jlink_swd_run_queue().

◆ buffer [1/2]

◆ buffer [2/2]

void* pending_scan_result::buffer

Location to store the result.

Definition at line 1976 of file jlink.c.

◆ buffer_offset

unsigned pending_scan_result::buffer_offset

Offset in the destination buffer.

Definition at line 231 of file cmsis_dap.c.

Referenced by jlink_clock_data(), and jlink_flush().

◆ command

◆ dest_offset

int pending_scan_result::dest_offset

Definition at line 29 of file vsllink.c.

Referenced by vsllink_jtag_execute(), and vsllink_tap_append_scan().

◆ first [1/2]

◆ first [2/2]

unsigned pending_scan_result::first

Offset in bytes in the CMD_DAP_JTAG_SEQ response buffer.

First bit position in tdo_buffer to read.

Definition at line 225 of file cmsis_dap.c.

◆ last

bool pending_scan_result::last

Definition at line 34 of file vsllink.c.

Referenced by vsllink_jtag_execute(), and vsllink_tap_append_scan().

◆ length [1/2]

◆ length [2/2]

unsigned pending_scan_result::length

Number of bits to read.

Definition at line 227 of file cmsis_dap.c.

◆ src_offset

int pending_scan_result::src_offset

Definition at line 28 of file vsllink.c.

Referenced by vsllink_jtag_execute(), and vsllink_tap_append_scan().


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