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

SPI_FCR macro

Syntax

#define SPI_FCR (IS_OCTOSPI ? OCTOSPI_FCR : QSPI_FCR)

References

LocationText
stmqspi.h:108
#define SPI_FCR (IS_OCTOSPI ? OCTOSPI_FCR : QSPI_FCR)
stmqspi.c:251
return target_write_u32(target, io_base + SPI_FCR, BIT(SPI_TCF));