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

CORTEX_M_F_HAS_FPV4 macro

Syntax

#define CORTEX_M_F_HAS_FPV4 BIT(0)

References

LocationText
cortex_m.h:67
#define CORTEX_M_F_HAS_FPV4 BIT(0)
cortex_m.c:77
.flags = CORTEX_M_F_HAS_FPV4 | CORTEX_M_F_TAR_AUTOINCR_BLOCK_4K,
cortex_m.c:2822
if (cortex_m->core_info->flags & CORTEX_M_F_HAS_FPV4) {