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

FLASH_BSY macro

Syntax

#define FLASH_BSY (1 << 0)

References

LocationText
em357.c:55
#define FLASH_BSY (1 << 0)
rs14100.c:49
#define FLASH_BSY (1 << 12)
stm32f1x.c:76
#define FLASH_BSY (1 << 0)
stm32f2x.c:153
#define FLASH_BSY (1 << 16)
stm32g0x.c:87
#define FLASH_BSY (1 << 0)
stm32g4x.c:91
#define FLASH_BSY (1 << 16)
stm32h7x.c:50
#define FLASH_BSY (1 << 0) /* Operation in progress */
stm32l4x.h:38
#define FLASH_BSY BIT(16)
stm32l5x.c:143
#define FLASH_BSY (1 << 16)
em357.c:119
if ((status & FLASH_BSY) == 0)
stm32f1x.c:174
if ((status & FLASH_BSY) == 0)
stm32f2x.c:285
if ((status & FLASH_BSY) == 0)
stm32g4x.c:388
if ((status & FLASH_BSY) == 0)
stm32l4x.c:1837
stm32l4_info->sr_bsy_mask = FLASH_BSY;
stm32l4x.c:1979
stm32l4_info->sr_bsy_mask = FLASH_BSY | FLASH_BSY2;
stm32l5x.c:248
if ((status & FLASH_BSY) == 0)