bit_copy_queue_entry is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

bit_copy_queue_entry struct

Syntax

struct bit_copy_queue_entry {     uint8_t *dst;     unsigned dst_offset;     const uint8_t *src;     unsigned src_offset;     unsigned bit_count;     struct list_head list; };

Fields

dst

No summary provided. Read more...

dst_offset

No summary provided. Read more...

src

No summary provided. Read more...

src_offset

No summary provided. Read more...

bit_count

No summary provided. Read more...

list

No summary provided. Read more...

References

LocationReferrerScopeText
binarybuffer.h:228
struct bit_copy_queue_entry {
binarybuffer.c:295bit_copy_queued()
struct bit_copy_queue_entry *qe = malloc(sizeof(*qe));
binarybuffer.c:311bit_copy_execute()
struct bit_copy_queue_entry *qe;
binarybuffer.c:312bit_copy_execute()
struct bit_copy_queue_entry *tmp;
binarybuffer.c:316bit_copy_execute()
free(qe);
binarybuffer.c:322bit_copy_discard()
struct bit_copy_queue_entry *qe;
binarybuffer.c:323bit_copy_discard()
struct bit_copy_queue_entry *tmp;
binarybuffer.c:326bit_copy_discard()
free(qe);

Type Use

Variables of bit_copy_queue_entry type
bit_copy_queued()::qe
bit_copy_execute()::qe
bit_copy_execute()::tmp
bit_copy_discard()::qe
bit_copy_discard()::tmp
all items filtered out
bit_copy_queue_entry
Allocators of bit_copy_queue_entry
Deletors of bit_copy_queue_entry
all items filtered out
bit_copy_queue_entry