OpenOCD
vd_shm Struct Reference

Data Fields

struct {
   uint8_t   cmd
 
   uint8_t   offset [4]
 
   uint8_t   offseth [2]
 
   uint8_t   rbytes [2]
 
   uint8_t   rwdata [4]
 
   uint8_t   rwords [2]
 
   uint8_t   type
 
   uint8_t   waddr [2]
 
   uint8_t   wbytes [2]
 
   uint8_t   wid [2]
 
   uint8_t   wwords [2]
 
}; 
 
struct {
   uint8_t   awords [2]
 
   uint8_t   duttime [8]
 
   uint8_t   rid [2]
 
   uint8_t   status [4]
 
}; 
 
uint8_t count [4]
 
uint8_t dummy [96]
 
uint8_t rd8 [VD_BUFFER_LEN]
 
uint8_t state [4]
 
uint8_t wd8 [VD_BUFFER_LEN]
 

Detailed Description

Definition at line 155 of file vdebug.c.

Field Documentation

◆ 

struct { ... }

◆ 

struct { ... }

◆ awords

uint8_t vd_shm::awords[2]

Definition at line 172 of file vdebug.c.

◆ cmd

◆ count

uint8_t vd_shm::count[4]

Definition at line 178 of file vdebug.c.

◆ dummy

uint8_t vd_shm::dummy[96]

Definition at line 179 of file vdebug.c.

◆ duttime

uint8_t vd_shm::duttime[8]

Definition at line 174 of file vdebug.c.

◆ offset

uint8_t vd_shm::offset[4]

Definition at line 165 of file vdebug.c.

Referenced by vdebug_run_jtag_queue(), and vdebug_run_reg_queue().

◆ offseth

uint8_t vd_shm::offseth[2]

◆ rbytes

◆ rd8

uint8_t vd_shm::rd8[VD_BUFFER_LEN]

◆ rid

uint8_t vd_shm::rid[2]

Definition at line 171 of file vdebug.c.

Referenced by vdebug_open(), and vdebug_socket_receive().

◆ rwdata

uint8_t vd_shm::rwdata[4]

◆ rwords

◆ state

uint8_t vd_shm::state[4]

Definition at line 177 of file vdebug.c.

◆ status

uint8_t vd_shm::status[4]

Definition at line 173 of file vdebug.c.

Referenced by vdebug_wait_server().

◆ type

uint8_t vd_shm::type

Definition at line 158 of file vdebug.c.

Referenced by vdebug_close(), and vdebug_open().

◆ waddr

◆ wbytes

◆ wd8

◆ wid

◆ wwords


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