Collaboration diagram for Serial Protocol:Macros | |
| #define | LL_QSPI_PROTOCOL_MOTOROLA 0x00000000UL |
| Motorola mode. More... | |
| #define | LL_QSPI_PROTOCOL_TI (1UL << QSPI_CTRL0_FRF_Pos) |
| TI mode More... | |
| #define | LL_QSPI_PROTOCOL_MICROWIRE (2UL << QSPI_CTRL0_FRF_Pos) |
| Microwire mode More... | |
| #define LL_QSPI_PROTOCOL_MICROWIRE (2UL << QSPI_CTRL0_FRF_Pos) |
Microwire mode
Definition at line 482 of file gr55xx_ll_qspi.h.
| #define LL_QSPI_PROTOCOL_MOTOROLA 0x00000000UL |
| #define LL_QSPI_PROTOCOL_TI (1UL << QSPI_CTRL0_FRF_Pos) |
TI mode
Definition at line 481 of file gr55xx_ll_qspi.h.