+ 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...
 

Detailed Description

Macro Definition Documentation

◆ LL_SSI_MICROWIRE_HANDSHAKE_DIS

#define LL_SSI_MICROWIRE_HANDSHAKE_DIS   0x00000000UL

Enable Handshake for Microwire transfer

Definition at line 351 of file gr55xx_ll_spi.h.

◆ LL_SSI_MICROWIRE_HANDSHAKE_EN

#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.

◆ LL_SSI_MICROWIRE_NON_SEQUENTIAL

#define LL_SSI_MICROWIRE_NON_SEQUENTIAL   0x00000000UL

Non-sequential for Microwire transfer

Definition at line 357 of file gr55xx_ll_spi.h.

◆ LL_SSI_MICROWIRE_RX

#define LL_SSI_MICROWIRE_RX   0x00000000UL

Rx mode.

Rx transfer at Microwire mode

Definition at line 354 of file gr55xx_ll_spi.h.

◆ LL_SSI_MICROWIRE_SEQUENTIAL

#define LL_SSI_MICROWIRE_SEQUENTIAL   (1UL << SSI_MWC_MWMOD_Pos)

Sequential for Microwire transfer

Definition at line 358 of file gr55xx_ll_spi.h.

◆ LL_SSI_MICROWIRE_TX

#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.