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

SPI_ADSIZE macro

Syntax

#define SPI_ADSIZE (((stmqspi_info->saved_ccr >> SPI_ADSIZE_POS) & 0x3) + 1)

References

LocationText
stmqspi.c:137
#define SPI_ADSIZE (((stmqspi_info->saved_ccr >> SPI_ADSIZE_POS) & 0x3) + 1)
stmqspi.c:2164
stmqspi_info->saved_cr, stmqspi_info->saved_ccr, SPI_ADSIZE);
stmqspi.c:2169
stmqspi_info->saved_cr, stmqspi_info->saved_ccr, SPI_ADSIZE);