OpenOCD
arm926ejs_common
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
arm926ejs_common
arm926ejs_common struct
Syntax
Show:
Summary
Declaration
from
arm926ejs.h:16
struct
arm926ejs_common
{
unsigned
int
common_magic
;
struct
arm7_9_common
arm7_9_common
;
struct
armv4_5_mmu_common
armv4_5_mmu
;
int
(
*
read_cp15
)
(
struct
target
*
target
,
uint32_t
op1
,
uint32_t
op2
,
uint32_t
crn
,
uint32_t
crm
,
uint32_t
*
value
)
;
int
(
*
write_cp15
)
(
struct
target
*
target
,
uint32_t
op1
,
uint32_t
op2
,
uint32_t
crn
,
uint32_t
crm
,
uint32_t
value
)
;
uint32_t
cp15_control_reg
;
uint32_t
d_fsr
;
uint32_t
i_fsr
;
uint32_t
d_far
;
}
;
Fields
Field
Declared as
arm926ejs_common::common_magic
unsigned
int
arm926ejs_common::arm7_9_common
struct
arm7_9_common
arm926ejs_common::armv4_5_mmu
struct
armv4_5_mmu_common
arm926ejs_common::read_cp15
int
(
*
)
(
struct
target
*
target
,
uint32_t
op1
,
uint32_t
op2
,
uint32_t
crn
,
uint32_t
crm
,
uint32_t
*
value
)
arm926ejs_common::write_cp15
int
(
*
)
(
struct
target
*
target
,
uint32_t
op1
,
uint32_t
op2
,
uint32_t
crn
,
uint32_t
crm
,
uint32_t
value
)
arm926ejs_common::cp15_control_reg
uint32_t
arm926ejs_common::d_fsr
uint32_t
arm926ejs_common::i_fsr
uint32_t
arm926ejs_common::d_far
uint32_t
Related Functions
Found 2 other functions taking a
arm926ejs_common
argument:
Function
arm926ejs_init_arch_info()
arm926ejs_verify_pointer()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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