OpenOCD
arm11_sc7_action Struct Reference

Used with arm11_sc7_run to make a list of read/write commands for scan chain 7. More...

Data Fields

uint8_t address
 Register address mode. More...
 
uint32_t value
 If write then set this to value to be written. More...
 
bool write
 Access mode: true for write, false for read. More...
 

Detailed Description

Used with arm11_sc7_run to make a list of read/write commands for scan chain 7.

Definition at line 49 of file arm11_dbgtap.h.

Field Documentation

◆ address

uint8_t arm11_sc7_action::address

◆ value

uint32_t arm11_sc7_action::value

If write then set this to value to be written.

In read mode this receives the read value when the function returns.

Definition at line 56 of file arm11_dbgtap.h.

Referenced by arm11_bpwp_disable(), arm11_bpwp_enable(), arm11_resume(), arm11_sc7_clear_vbw(), arm11_sc7_run(), arm11_sc7_set_vcr(), and arm11_step().

◆ write

bool arm11_sc7_action::write

Access mode: true for write, false for read.

Definition at line 50 of file arm11_dbgtap.h.

Referenced by arm11_bpwp_disable(), arm11_bpwp_enable(), arm11_resume(), arm11_sc7_clear_vbw(), arm11_sc7_run(), arm11_sc7_set_vcr(), and arm11_step().


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