Macros | |
#define | LL_SSI_MICROWIRE_HANDSHAKE_DIS 0x00000000UL |
#define | LL_SSI_MICROWIRE_HANDSHAKE_EN (1UL << SSI_MWC_MHS_Pos) |
#define | LL_SSI_MICROWIRE_RX 0x00000000UL |
#define | LL_SSI_MICROWIRE_TX (1UL << SSI_MWC_MDD_Pos) |
#define | LL_SSI_MICROWIRE_NON_SEQUENTIAL 0x00000000UL |
#define | LL_SSI_MICROWIRE_SEQUENTIAL (1UL << SSI_MWC_MWMOD_Pos) |
#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 |
Rx mode. Rx transfer at Microwire mode
Definition at line 354 of file gr55xx_ll_spi.h.
#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) |
Tx mode. Tx transfer at Microwire mode
Definition at line 355 of file gr55xx_ll_spi.h.