Collaboration diagram for MicroWire Control:Macros | |
| #define | LL_SPI_MICROWIRE_HANDSHAKE_DIS 0x00000000UL |
| Enable Handshake for Microwire transfer More... | |
| #define | LL_SPI_MICROWIRE_HANDSHAKE_EN (1UL << SPI_MW_CTRL_MW_HSG_POS) |
| Disable Handshake for Microwire transfer. More... | |
| #define | LL_SPI_MICROWIRE_RX 0x00000000UL |
| Rx mode. More... | |
| #define | LL_SPI_MICROWIRE_TX (1UL << SPI_MW_CTRL_MW_DIR_DW_POS) |
| Tx mode. More... | |
| #define | LL_SPI_MICROWIRE_NON_SEQUENTIAL 0x00000000UL |
| Non-sequential for Microwire transfer More... | |
| #define | LL_SPI_MICROWIRE_SEQUENTIAL (1UL << SPI_MW_CTRL_MW_XFE_MODE_POS) |
| Sequential for Microwire transfer More... | |
| #define LL_SPI_MICROWIRE_HANDSHAKE_DIS 0x00000000UL |
Enable Handshake for Microwire transfer
Definition at line 290 of file gr55xx_ll_spi.h.
| #define LL_SPI_MICROWIRE_HANDSHAKE_EN (1UL << SPI_MW_CTRL_MW_HSG_POS) |
Disable Handshake for Microwire transfer.
Definition at line 291 of file gr55xx_ll_spi.h.
| #define LL_SPI_MICROWIRE_NON_SEQUENTIAL 0x00000000UL |
Non-sequential for Microwire transfer
Definition at line 296 of file gr55xx_ll_spi.h.
| #define LL_SPI_MICROWIRE_RX 0x00000000UL |
| #define LL_SPI_MICROWIRE_SEQUENTIAL (1UL << SPI_MW_CTRL_MW_XFE_MODE_POS) |
Sequential for Microwire transfer
Definition at line 297 of file gr55xx_ll_spi.h.
| #define LL_SPI_MICROWIRE_TX (1UL << SPI_MW_CTRL_MW_DIR_DW_POS) |