OpenOCD
xtensa_mem_region_type
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
xtensa_mem_region_type
xtensa_mem_region_type enum
Types of memory used at xtensa target
Syntax
Show:
Summary
Declaration
from
xtensa.c:297
enum
xtensa_mem_region_type
{
XTENSA_MEM_REG_IROM
=
0x0
,
XTENSA_MEM_REG_IRAM
,
XTENSA_MEM_REG_DROM
,
XTENSA_MEM_REG_DRAM
,
XTENSA_MEM_REG_SRAM
,
XTENSA_MEM_REG_SROM
,
XTENSA_MEM_REGS_NUM
}
;
Values
Value
Declared as
xtensa_mem_region_type::XTENSA_MEM_REG_IROM
=
0x0
xtensa_mem_region_type::XTENSA_MEM_REG_IRAM
xtensa_mem_region_type::XTENSA_MEM_REG_DROM
xtensa_mem_region_type::XTENSA_MEM_REG_DRAM
xtensa_mem_region_type::XTENSA_MEM_REG_SRAM
xtensa_mem_region_type::XTENSA_MEM_REG_SROM
xtensa_mem_region_type::XTENSA_MEM_REGS_NUM
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