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

SPI_BUSY macro

Syntax

#define SPI_BUSY 5

References

LocationText
stmqspi.h:34
#define SPI_BUSY 5 /* Busy flag */
stmqspi.c:249
if ((spi_sr & BIT(SPI_BUSY)) == 0) {