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

STLINK_F_FIX_CLOSE_AP macro

Syntax

#define STLINK_F_FIX_CLOSE_AP BIT(8)

References

LocationText
stlink_usb.c:514
#define STLINK_F_FIX_CLOSE_AP BIT(8) /* v2>=j29 || v3 */
stlink_usb.c:1374
flags |= STLINK_F_FIX_CLOSE_AP;
stlink_usb.c:1407
flags |= STLINK_F_FIX_CLOSE_AP;
stlink_usb.c:1444
flags |= STLINK_F_FIX_CLOSE_AP;
stlink_usb.c:3936
if (h->version.flags & STLINK_F_FIX_CLOSE_AP)