Collaboration diagram for MicroWire Control:Macros | |
| #define | LL_SSI_MICROWIRE_HANDSHAKE_DIS 0x00000000UL |
| Enable Handshake for Microwire transfer More... | |
| #define | LL_SSI_MICROWIRE_HANDSHAKE_EN (1UL << SSI_MWC_MHS_Pos) |
| Disable Handshake for Microwire transfer. More... | |
| #define | LL_SSI_MICROWIRE_RX 0x00000000UL |
| Rx mode. More... | |
| #define | LL_SSI_MICROWIRE_TX (1UL << SSI_MWC_MDD_Pos) |
| Tx mode. More... | |
| #define | LL_SSI_MICROWIRE_NON_SEQUENTIAL 0x00000000UL |
| Non-sequential for Microwire transfer More... | |
| #define | LL_SSI_MICROWIRE_SEQUENTIAL (1UL << SSI_MWC_MWMOD_Pos) |
| Sequential for Microwire transfer More... | |
| #define LL_SSI_MICROWIRE_HANDSHAKE_DIS 0x00000000UL |
Enable Handshake for Microwire transfer
Definition at line 351 of file gr55xx_ll_spi.h.
| #define LL_SSI_MICROWIRE_HANDSHAKE_EN (1UL << SSI_MWC_MHS_Pos) |
Disable Handshake for Microwire transfer.
Definition at line 352 of file gr55xx_ll_spi.h.
| #define LL_SSI_MICROWIRE_NON_SEQUENTIAL 0x00000000UL |
Non-sequential for Microwire transfer
Definition at line 357 of file gr55xx_ll_spi.h.
| #define LL_SSI_MICROWIRE_RX 0x00000000UL |
| #define LL_SSI_MICROWIRE_SEQUENTIAL (1UL << SSI_MWC_MWMOD_Pos) |
Sequential for Microwire transfer
Definition at line 358 of file gr55xx_ll_spi.h.
| #define LL_SSI_MICROWIRE_TX (1UL << SSI_MWC_MDD_Pos) |