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

SPI_FSIZE_LEN macro

Syntax

#define SPI_FSIZE_LEN 5

References

LocationText
stmqspi.h:31
#define SPI_FSIZE_LEN 5 /* width of FSIZE field */
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);