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

SPI_FSIZE_POS macro

Syntax

#define SPI_FSIZE_POS 16

References

LocationText
stmqspi.h:30
#define SPI_FSIZE_POS 16 /* bit position of FSIZE */
stmqspi.c:725
fsize = (dcr >> SPI_FSIZE_POS) & (BIT(SPI_FSIZE_LEN) - 1);
stmqspi.c:2323
fsize = (dcr >> SPI_FSIZE_POS) & (BIT(SPI_FSIZE_LEN) - 1);