XTENSA_DM_APB_ALIGN is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

XTENSA_DM_APB_ALIGN macro

Syntax

#define XTENSA_DM_APB_ALIGN 0x4000

References

LocationText
xtensa_debug_module.h:277
#define XTENSA_DM_APB_ALIGN 0x4000
xtensa_debug_module.c:40
uint32_t addr_masked = (addr & (XTENSA_DM_APB_ALIGN - 1));
xtensa_debug_module.c:78
if (!IS_ALIGNED(cfg->ap_offset, XTENSA_DM_APB_ALIGN)) {
xtensa_debug_module.c:80
XTENSA_DM_APB_ALIGN / 1024);