OpenOCD
xtensa_local_mem_config
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
xtensa_local_mem_config
xtensa_local_mem_config struct
Syntax
Show:
Summary
Declaration
from
xtensa.h:124
struct
xtensa_local_mem_config
{
uint16_t
count
;
struct
xtensa_local_mem_region_config
regions
[
XT_LOCAL_MEM_REGIONS_NUM_MAX
]
;
}
;
Fields
Field
Declared as
xtensa_local_mem_config::count
uint16_t
xtensa_local_mem_config::regions
struct
xtensa_local_mem_region_config
[
XT_LOCAL_MEM_REGIONS_NUM_MAX
]
Related Functions
Found 3 other functions taking a
xtensa_local_mem_config
argument:
Function
Description
xtensa_addr_in_mem()
xtensa_is_cacheable()
xtensa_memory_region_find()
Extracts an exact xtensa_local_mem_region_config from xtensa_local_mem_config for a given address Returns NULL if nothing found
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