OpenOCD
scans_t Struct Reference
Collaboration diagram for scans_t:

Data Fields

struct scan_fieldfield
 
uint8_t * in
 
unsigned int next_scan
 
uint8_t * out
 
unsigned int scan_count
 
unsigned int scan_size
 
const struct targettarget
 

Detailed Description

Definition at line 510 of file riscv-011.c.

Field Documentation

◆ field

struct scan_field* scans_t::field

Definition at line 518 of file riscv-011.c.

Referenced by scans_add_read32(), scans_add_write32(), scans_delete(), scans_dump(), and scans_new().

◆ in

uint8_t* scans_t::in

◆ next_scan

unsigned int scans_t::next_scan

◆ out

uint8_t* scans_t::out

Definition at line 517 of file riscv-011.c.

Referenced by scans_add_read32(), scans_add_write32(), scans_delete(), and scans_new().

◆ scan_count

unsigned int scans_t::scan_count

Definition at line 512 of file riscv-011.c.

Referenced by scans_add_read32(), scans_add_write32(), and scans_new().

◆ scan_size

unsigned int scans_t::scan_size

◆ target

const struct target* scans_t::target

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