OpenOCD
bit_copy_queue_entry Struct Reference
Collaboration diagram for bit_copy_queue_entry:

Data Fields

unsigned bit_count
 
uint8_t * dst
 
unsigned dst_offset
 
struct list_head list
 
const uint8_t * src
 
unsigned src_offset
 

Detailed Description

Definition at line 212 of file binarybuffer.h.

Field Documentation

◆ bit_count

unsigned bit_copy_queue_entry::bit_count

Definition at line 217 of file binarybuffer.h.

Referenced by bit_copy_execute(), and bit_copy_queued().

◆ dst

uint8_t* bit_copy_queue_entry::dst

Definition at line 213 of file binarybuffer.h.

Referenced by bit_copy_execute(), and bit_copy_queued().

◆ dst_offset

unsigned bit_copy_queue_entry::dst_offset

Definition at line 214 of file binarybuffer.h.

Referenced by bit_copy_execute(), and bit_copy_queued().

◆ list

struct list_head bit_copy_queue_entry::list

Definition at line 217 of file binarybuffer.h.

Referenced by bit_copy_discard(), bit_copy_execute(), and bit_copy_queued().

◆ src

const uint8_t* bit_copy_queue_entry::src

Definition at line 215 of file binarybuffer.h.

Referenced by bit_copy_execute(), and bit_copy_queued().

◆ src_offset

unsigned bit_copy_queue_entry::src_offset

Definition at line 216 of file binarybuffer.h.

Referenced by bit_copy_execute(), and bit_copy_queued().


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