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

OCTOSPI_NO_DDTR macro

Syntax

#define OCTOSPI_NO_DDTR (~BIT(OCTOSPI_DDTR))

References

LocationText
stmqspi.h:96
#define OCTOSPI_NO_DDTR (~BIT(OCTOSPI_DDTR)) /* no DTR for data, but maybe still DQS */
stmqspi.c:111
((OCTOSPI_MODE_CCR & OCTOSPI_NO_DDTR & \
stmqspi.c:115
((OCTOSPI_MODE_CCR & OCTOSPI_NO_DDTR & \
stmqspi.c:122
((OCTOSPI_MODE_CCR & OCTOSPI_NO_DDTR & ~OCTOSPI_ADDR4 & OCTOSPI_NO_ALTB) | \
stmqspi.c:888