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

OCTOSPI_CCR macro

Syntax

#define OCTOSPI_CCR (0x100)

References

LocationText
stmqspi.h:67
#define OCTOSPI_CCR (0x100) /* Communication configuration register */
stmqspi.c:197
retval = target_write_u32(target, io_base + OCTOSPI_CCR, ccr);
stmqspi.c:304
retval = target_write_u32(target, io_base + OCTOSPI_CCR,
stmqspi.h:112
#define SPI_CCR (IS_OCTOSPI ? OCTOSPI_CCR : QSPI_CCR)