OpenOCD
xtensa_chip_common
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
xtensa_chip_common
xtensa_chip_common struct
Syntax
Show:
Summary
Declaration
Definition
from
xtensa.h:243
struct
xtensa_chip_common
;
Implemented in
xtensa_chip.h:15
Fields
Field
Declared as
xtensa_chip_common::xtensa
struct
xtensa
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
xtensa_chip_common
{
xtensa_chip.h:15
struct
xtensa_chip_common
*
xtensa_chip
;
xtensa.h:243
xtensa
xtensa::xtensa_chip
struct
xtensa_chip_common
*
xtensa_chip
=
(
struct
xtensa_chip_common
*
)
arch_info
;
xtensa_chip.c:23
xtensa_chip_init_arch_info()
struct
xtensa_chip_common
*
xtensa_chip
=
calloc
(
1
,
sizeof
(
struct
xtensa_chip_common
)
)
;
xtensa_chip.c:110
xtensa_chip_target_create()
free
(
xtensa_chip
)
;
xtensa_chip.c:119
xtensa_chip_target_create()
free
(
xtensa
->
xtensa_chip
)
;
xtensa_chip.c:133
xtensa_chip_target_deinit()
static
inline
struct
xtensa_chip_common
*
target_to_xtensa_chip
(
struct
target
*
target
)
xtensa_chip.h:20
target_to_xtensa_chip()
return
container_of
(
target
->
arch_info
,
struct
xtensa_chip_common
,
xtensa
)
;
xtensa_chip.h:22
target_to_xtensa_chip()
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
Instance
Scope
Location
Project
return
target_to_xtensa_chip()
xtensa_chip.h:20
xtensa::xtensa_chip
xtensa
xtensa.h:243
Lifecycle
from
examples
xtensa_chip_common
is allocated by 1 symbol and is freed by 2 symbols:
xtensa_chip_target_create()
All items filtered out
xtensa_chip_common
xtensa_chip_target_create()
xtensa_chip_target_deinit()
All items filtered out