![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
| #define | QSPI_INSTRUCTION_NONE ((uint32_t)0x00000000U) |
| #define | QSPI_INSTRUCTION_1_LINE ((uint32_t)QUADSPI_CCR_IMODE_0) |
| #define | QSPI_INSTRUCTION_2_LINES ((uint32_t)QUADSPI_CCR_IMODE_1) |
| #define | QSPI_INSTRUCTION_4_LINES ((uint32_t)QUADSPI_CCR_IMODE) |
| #define QSPI_INSTRUCTION_1_LINE ((uint32_t)QUADSPI_CCR_IMODE_0) |
Instruction on a single line
Definition at line 297 of file stm32f7xx_hal_qspi.h.
| #define QSPI_INSTRUCTION_2_LINES ((uint32_t)QUADSPI_CCR_IMODE_1) |
Instruction on two lines
Definition at line 298 of file stm32f7xx_hal_qspi.h.
| #define QSPI_INSTRUCTION_4_LINES ((uint32_t)QUADSPI_CCR_IMODE) |
Instruction on four lines
Definition at line 299 of file stm32f7xx_hal_qspi.h.
| #define QSPI_INSTRUCTION_NONE ((uint32_t)0x00000000U) |
No instruction
Definition at line 296 of file stm32f7xx_hal_qspi.h.
1.8.11