STLINK_F_HAS_GETLASTRWSTATUS2 is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDSTLINK_F_HAS_GETLASTRWSTATUS2

STLINK_F_HAS_GETLASTRWSTATUS2 macro

Syntax

#define STLINK_F_HAS_GETLASTRWSTATUS2 BIT(1)

References

LocationText
stlink_usb.c:507
#define STLINK_F_HAS_GETLASTRWSTATUS2 BIT(1) /* v2>=j15 || v3 */
stlink_usb.c:520
#define STLINK_F_HAS_FPU_REG STLINK_F_HAS_GETLASTRWSTATUS2
stlink_usb.c:1346
flags |= STLINK_F_HAS_GETLASTRWSTATUS2;
stlink_usb.c:1394
flags |= STLINK_F_HAS_GETLASTRWSTATUS2;
stlink_usb.c:1431
flags |= STLINK_F_HAS_GETLASTRWSTATUS2;
stlink_usb.c:2478
if (h->version.flags & STLINK_F_HAS_GETLASTRWSTATUS2) {