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 int buffer_offset
 Offset in the destination buffer. More...
 
unsigned buffer_offset
 Offset in the destination buffer. More...
 
struct scan_commandcommand
 
int dest_offset
 
int first
 
unsigned int first
 Offset in bytes in the CMD_DAP_JTAG_SEQ response buffer. More...
 
unsigned first
 First bit position in tdo_buffer to read. More...
 
bool last
 
int length
 
unsigned int length
 Number of bits to read. More...
 
unsigned length
 Number of bits to read. More...
 
int src_offset
 
uint8_t swd_cmd
 SWD command. More...
 

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 1973 of file jlink.c.

◆ buffer_offset [1/2]

unsigned int pending_scan_result::buffer_offset

Offset in the destination buffer.

Definition at line 225 of file cmsis_dap.c.

Referenced by jlink_clock_data(), and jlink_flush().

◆ buffer_offset [2/2]

unsigned pending_scan_result::buffer_offset

Offset in the destination buffer.

Definition at line 1975 of file jlink.c.

◆ 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/3]

◆ first [2/3]

unsigned int pending_scan_result::first

Offset in bytes in the CMD_DAP_JTAG_SEQ response buffer.

Definition at line 219 of file cmsis_dap.c.

◆ first [3/3]

unsigned pending_scan_result::first

First bit position in tdo_buffer to read.

Definition at line 1969 of file jlink.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/3]

◆ length [2/3]

unsigned int pending_scan_result::length

Number of bits to read.

Definition at line 221 of file cmsis_dap.c.

◆ length [3/3]

unsigned pending_scan_result::length

Number of bits to read.

Definition at line 1971 of file jlink.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().

◆ swd_cmd

uint8_t pending_scan_result::swd_cmd

SWD command.

Definition at line 1977 of file jlink.c.


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