OpenOCD
arm11_sc7_action::address
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
arm11_sc7_action::address
arm11_sc7_action::address field
Register address mode. Use enum #arm11_sc7
Syntax
Show:
Summary
Declaration
from
arm11_dbgtap.h:51
uint8_t
address
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
address
;
/**< Register address mode. Use enum #arm11_sc7 */
arm11_dbgtap.h:51
brp
[
0
]
.
address
=
ARM11_SC7_BVR0
+
brp_num
;
arm11.c:488
arm11_resume()
brp
[
1
]
.
address
=
ARM11_SC7_BCR0
+
brp_num
;
arm11.c:491
arm11_resume()
brp
[
0
]
.
address
=
ARM11_SC7_BVR0
;
arm11.c:598
arm11_step()
brp
[
1
]
.
address
=
ARM11_SC7_BCR0
;
arm11.c:600
arm11_step()
address_out
=
actions
[
i
]
.
address
;
arm11_dbgtap.c:871
arm11_sc7_run()
if
(
actions
[
i
-
1
]
.
address
!=
address_in
)
arm11_dbgtap.c:914
arm11_sc7_run()
(
pos
++
)
->
address
=
ARM11_SC7_BCR0
+
i
;
arm11_dbgtap.c:945
arm11_sc7_clear_vbw()
(
pos
++
)
->
address
=
ARM11_SC7_VCR
;
arm11_dbgtap.c:947
arm11_sc7_clear_vbw()
set_vcr
.
address
=
ARM11_SC7_VCR
;
arm11_dbgtap.c:967
arm11_sc7_set_vcr()
action
[
0
]
.
address
=
ARM11_SC7_BVR0
+
index_t
;
arm11_dbgtap.c:1070
arm11_bpwp_enable()
action
[
1
]
.
address
=
ARM11_SC7_BCR0
+
index_t
;
arm11_dbgtap.c:1071
arm11_bpwp_enable()
action
[
0
]
.
address
=
ARM11_SC7_WVR0
+
index_t
;
arm11_dbgtap.c:1075
arm11_bpwp_enable()
action
[
1
]
.
address
=
ARM11_SC7_WCR0
+
index_t
;
arm11_dbgtap.c:1076
arm11_bpwp_enable()
action
[
0
]
.
address
=
ARM11_SC7_BCR0
+
index_t
;
arm11_dbgtap.c:1099
arm11_bpwp_disable()
action
[
0
]
.
address
=
ARM11_SC7_WCR0
+
index_t
;
arm11_dbgtap.c:1103
arm11_bpwp_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
arm11_sc7_action::address
is written by 6 functions and is read by 1 function:
arm11_resume()
arm11_step()
arm11_sc7_clear_vbw()
arm11_sc7_set_vcr()
arm11_bpwp_enable()
arm11_bpwp_disable()
All items filtered out
arm11_sc7_action::address
arm11_sc7_run()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out