xtensa_local_mem_region_config is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDxtensa_local_mem_region_config

xtensa_local_mem_region_config struct

Syntax

struct xtensa_local_mem_region_config {     target_addr_t base;     uint32_t size;     int access; };

Fields

base

No summary provided. Read more...

size

No summary provided. Read more...

access

No summary provided. Read more...

References

LocationReferrerScopeText
xtensa.h:118
struct xtensa_local_mem_region_config {
xtensa.c:374xtensa_memory_region_find()
static inline const struct xtensa_local_mem_region_config *xtensa_memory_region_find(
xtensa.c:379xtensa_memory_region_find()::regionxtensa_memory_region_find()
const struct xtensa_local_mem_region_config *region = &mem->regions[i];
xtensa.c:391xtensa_target_memory_region_find()
static inline const struct xtensa_local_mem_region_config *xtensa_target_memory_region_find(
xtensa.c:395xtensa_target_memory_region_find()::resultxtensa_target_memory_region_find()
const struct xtensa_local_mem_region_config *result;
xtensa.c:1983xtensa_memory_op_validate_range()::cmxtensa_memory_op_validate_range()
const struct xtensa_local_mem_region_config *cm; /* current mem region */
xtensa.c:3785xtensa_cmd_xtmem_do()
struct xtensa_local_mem_region_config *memcfgp = &memp->regions[memp->count];
xtensa.h:126xtensa_local_mem_config::regionsxtensa_local_mem_config
struct xtensa_local_mem_region_config regions[XT_LOCAL_MEM_REGIONS_NUM_MAX];

Type Use

Variables of xtensa_local_mem_region_config type
xtensa_memory_region_find()::region
xtensa_target_memory_region_find()::result
xtensa_memory_op_validate_range()::cm
xtensa_cmd_xtmem_do()::memcfgp
all items filtered out
xtensa_local_mem_region_config