CORTEX_M_F_TAR_AUTOINCR_BLOCK_4K is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDCORTEX_M_F_TAR_AUTOINCR_BLOCK_4K

CORTEX_M_F_TAR_AUTOINCR_BLOCK_4K macro

Syntax

#define CORTEX_M_F_TAR_AUTOINCR_BLOCK_4K BIT(2)

References

LocationText
cortex_m.h:69
#define CORTEX_M_F_TAR_AUTOINCR_BLOCK_4K BIT(2)
cortex_m.c:71
.flags = CORTEX_M_F_TAR_AUTOINCR_BLOCK_4K,
cortex_m.c:77
.flags = CORTEX_M_F_HAS_FPV4 | CORTEX_M_F_TAR_AUTOINCR_BLOCK_4K,
cortex_m.c:2870
if (cortex_m->core_info->flags & CORTEX_M_F_TAR_AUTOINCR_BLOCK_4K)