OpenOCD
xtensa_debug_ops
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_debug_ops
xtensa_debug_ops struct
Syntax
Show:
Summary
Declaration
from
xtensa_debug_module.h:394
struct
xtensa_debug_ops
{
int
(
*
queue_enable
)
(
struct
xtensa_debug_module
*
dm
)
;
int
(
*
queue_reg_read
)
(
struct
xtensa_debug_module
*
dm
,
enum
xtensa_dm_reg
reg
,
uint8_t
*
data
)
;
int
(
*
queue_reg_write
)
(
struct
xtensa_debug_module
*
dm
,
enum
xtensa_dm_reg
reg
,
uint32_t
data
)
;
}
;
Fields
Field
Declared as
Description
xtensa_debug_ops::queue_enable
int
(
*
)
(
struct
xtensa_debug_module
*
dm
)
enable operation.
xtensa_debug_ops::queue_reg_read
int
(
*
)
(
struct
xtensa_debug_module
*
dm
,
enum
xtensa_dm_reg
reg
,
uint8_t
*
data
)
register read.
xtensa_debug_ops::queue_reg_write
int
(
*
)
(
struct
xtensa_debug_module
*
dm
,
enum
xtensa_dm_reg
reg
,
uint32_t
data
)
register write.
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
xtensa_debug_ops
{
xtensa_debug_module.h:394
static
const
struct
xtensa_debug_ops
esp32_dbg_ops
=
{
esp32.c:308
static
const
struct
xtensa_debug_ops
esp32s2_dbg_ops
=
{
esp32s2.c:432
static
const
struct
xtensa_debug_ops
esp32s3_dbg_ops
=
{
esp32s3.c:302
static
const
struct
xtensa_debug_ops
xtensa_chip_dm_dbg_ops
=
{
xtensa_chip.c:73
const
struct
xtensa_debug_ops
*
dbg_ops
;
xtensa_debug_module.h:468
xtensa_debug_module_config
xtensa_debug_module_config::dbg_ops
const
struct
xtensa_debug_ops
*
dbg_ops
;
xtensa_debug_module.h:488
xtensa_debug_module
xtensa_debug_module::dbg_ops
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
xtensa_debug_module_config::dbg_ops
xtensa_debug_module_config
xtensa_debug_module.h:468
xtensa_debug_module::dbg_ops
xtensa_debug_module
xtensa_debug_module.h:488
esp32_dbg_ops
esp32.c:308
esp32s2_dbg_ops
esp32s2.c:432
esp32s3_dbg_ops
esp32s3.c:302
xtensa_chip_dm_dbg_ops
xtensa_chip.c:73
Lifecycle
from
examples
All items filtered out
All items filtered out