Macros | |
#define | APP_QSPI_PIN_ENABLE 1 |
APP_QSPI_PIN Qspi pin defines. More... | |
#define | APP_QSPI_PIN_DISABLE 0 |
QSPI pin disable. More... | |
#define | QSPI_SMART_CS_ENABLE 1 |
QSPI_SMART_CS_ENABLE smart cs enable defines. More... | |
#define | QSPI_SMART_CS_LOW(id) |
QSPI_SMART_CS_LOW Pull down QSPI CS. More... | |
#define | QSPI_SMART_CS_HIGH(id) |
QSPI_SMART_CS_HIGH Pull up QSPI CS. More... | |
#define APP_QSPI_PIN_DISABLE 0 |
QSPI pin disable.
Definition at line 88 of file app_qspi.h.
#define APP_QSPI_PIN_ENABLE 1 |
#define QSPI_SMART_CS_ENABLE 1 |
QSPI_SMART_CS_ENABLE smart cs enable defines.
NOTE: If QSPI_DATA_MODE_SPI, enable smart cs CS pin is controlled by software
Definition at line 105 of file app_qspi.h.
#define QSPI_SMART_CS_HIGH | ( | id | ) |
QSPI_SMART_CS_HIGH Pull up QSPI CS.
Definition at line 128 of file app_qspi.h.
#define QSPI_SMART_CS_LOW | ( | id | ) |
QSPI_SMART_CS_LOW Pull down QSPI CS.
Definition at line 115 of file app_qspi.h.