xtensa_local_mem_config is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDxtensa_local_mem_config

xtensa_local_mem_config struct

Syntax

struct xtensa_local_mem_config {     uint16_t count;     struct xtensa_local_mem_region_config regions[XT_LOCAL_MEM_REGIONS_NUM_MAX]; };

Fields

count

No summary provided. Read more...

regions

No summary provided. Read more...

References

LocationReferrerScopeText
xtensa.h:124
struct xtensa_local_mem_config {
xtensa.c:347xtensa_get_mem_config()
static inline const struct xtensa_local_mem_config *xtensa_get_mem_config(
xtensa.c:375xtensa_memory_region_find()::memxtensa_memory_region_find()
const struct xtensa_local_mem_config *mem,
xtensa.c:396xtensa_target_memory_region_find()::mcgfxtensa_target_memory_region_find()
const struct xtensa_local_mem_config *mcgf;
xtensa.c:407xtensa_is_cacheable()::memxtensa_is_cacheable()
const struct xtensa_local_mem_config *mem,
xtensa.c:3295xtensa_gdb_query_custom()
struct xtensa_local_mem_config *memp = (packet[5] == 'a') ?
xtensa.c:3734xtensa_cmd_xtmem_do()
struct xtensa_local_mem_config *memp = NULL;
xtensa.h:182xtensa_config::iromxtensa_config
struct xtensa_local_mem_config irom;
xtensa.h:183xtensa_config::iramxtensa_config
struct xtensa_local_mem_config iram;
xtensa.h:184xtensa_config::dromxtensa_config
struct xtensa_local_mem_config drom;
xtensa.h:185xtensa_config::dramxtensa_config
struct xtensa_local_mem_config dram;
xtensa.h:186xtensa_config::sramxtensa_config
struct xtensa_local_mem_config sram;
xtensa.h:187xtensa_config::sromxtensa_config
struct xtensa_local_mem_config srom;
xtensa.h:304xtensa_addr_in_mem()::memxtensa_addr_in_mem()
static inline bool xtensa_addr_in_mem(const struct xtensa_local_mem_config *mem, uint32_t addr)