OpenOCD
|
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... | |
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.
uint8_t arm11_sc7_action::address |
Register address mode.
Use enum arm11_sc7
Definition at line 51 of file arm11_dbgtap.h.
Referenced by arm11_bpwp_disable(), arm11_bpwp_enable(), arm11_read_memory_word(), arm11_resume(), arm11_sc7_clear_vbw(), arm11_sc7_run(), arm11_sc7_set_vcr(), and arm11_step().
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().
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().