Collaboration diagram for MicroWire Control:Macros | |
| #define | LL_QSPI_MICROWIRE_HANDSHAKE_DIS 0x00000000UL |
| Enable Handshake for Microwire transfer More... | |
| #define | LL_QSPI_MICROWIRE_HANDSHAKE_EN (1UL << QSPI_MWC_MHS_Pos) |
| Disable Handshake for Microwire transfer. More... | |
| #define | LL_QSPI_MICROWIRE_RX 0x00000000UL |
| Rx mode. More... | |
| #define | LL_QSPI_MICROWIRE_TX (1UL << QSPI_MWC_MDD_Pos) |
| Tx mode. More... | |
| #define | LL_QSPI_MICROWIRE_NON_SEQUENTIAL 0x00000000UL |
| Non-sequential for Microwire transfer More... | |
| #define | LL_QSPI_MICROWIRE_SEQUENTIAL (1UL << QSPI_MWC_MWMOD_Pos) |
| Sequential for Microwire transfer More... | |
| #define LL_QSPI_MICROWIRE_HANDSHAKE_DIS 0x00000000UL |
Enable Handshake for Microwire transfer
Definition at line 488 of file gr55xx_ll_qspi.h.
| #define LL_QSPI_MICROWIRE_HANDSHAKE_EN (1UL << QSPI_MWC_MHS_Pos) |
Disable Handshake for Microwire transfer.
Definition at line 489 of file gr55xx_ll_qspi.h.
| #define LL_QSPI_MICROWIRE_NON_SEQUENTIAL 0x00000000UL |
Non-sequential for Microwire transfer
Definition at line 494 of file gr55xx_ll_qspi.h.
| #define LL_QSPI_MICROWIRE_RX 0x00000000UL |
| #define LL_QSPI_MICROWIRE_SEQUENTIAL (1UL << QSPI_MWC_MWMOD_Pos) |
Sequential for Microwire transfer
Definition at line 495 of file gr55xx_ll_qspi.h.
| #define LL_QSPI_MICROWIRE_TX (1UL << QSPI_MWC_MDD_Pos) |