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

FLASH_BSY2 macro

Syntax

#define FLASH_BSY2 BIT(17)

References

LocationText
stm32l4x.h:39
#define FLASH_BSY2 BIT(17)
stm32l4x.c:1979
stm32l4_info->sr_bsy_mask = FLASH_BSY | FLASH_BSY2;