Macros

#define LL_SPI_MW_CMDSIZE_1BIT   0x00000000UL
 
#define LL_SPI_MW_CMDSIZE_2BIT   (1UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)
 
#define LL_SPI_MW_CMDSIZE_3BIT   (2UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)
 
#define LL_SPI_MW_CMDSIZE_4BIT   (3UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)
 
#define LL_SPI_MW_CMDSIZE_5BIT   (4UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)
 
#define LL_SPI_MW_CMDSIZE_6BIT   (5UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)
 
#define LL_SPI_MW_CMDSIZE_7BIT   (6UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)
 
#define LL_SPI_MW_CMDSIZE_8BIT   (7UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)
 
#define LL_SPI_MW_CMDSIZE_9BIT   (8UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)
 
#define LL_SPI_MW_CMDSIZE_10BIT   (9UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)
 
#define LL_SPI_MW_CMDSIZE_11BIT   (10UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)
 
#define LL_SPI_MW_CMDSIZE_12BIT   (11UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)
 
#define LL_SPI_MW_CMDSIZE_13BIT   (12UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)
 
#define LL_SPI_MW_CMDSIZE_14BIT   (13UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)
 
#define LL_SPI_MW_CMDSIZE_15BIT   (14UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)
 
#define LL_SPI_MW_CMDSIZE_16BIT   (15UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)
 

Detailed Description

Macro Definition Documentation

◆ LL_SPI_MW_CMDSIZE_10BIT

#define LL_SPI_MW_CMDSIZE_10BIT   (9UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)

CMD length for Microwire transfer: 10 bits

Definition at line 235 of file ll_spi.h.

◆ LL_SPI_MW_CMDSIZE_11BIT

#define LL_SPI_MW_CMDSIZE_11BIT   (10UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)

CMD length for Microwire transfer: 11 bits

Definition at line 236 of file ll_spi.h.

◆ LL_SPI_MW_CMDSIZE_12BIT

#define LL_SPI_MW_CMDSIZE_12BIT   (11UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)

CMD length for Microwire transfer: 12 bits

Definition at line 237 of file ll_spi.h.

◆ LL_SPI_MW_CMDSIZE_13BIT

#define LL_SPI_MW_CMDSIZE_13BIT   (12UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)

CMD length for Microwire transfer: 13 bits

Definition at line 238 of file ll_spi.h.

◆ LL_SPI_MW_CMDSIZE_14BIT

#define LL_SPI_MW_CMDSIZE_14BIT   (13UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)

CMD length for Microwire transfer: 14 bits

Definition at line 239 of file ll_spi.h.

◆ LL_SPI_MW_CMDSIZE_15BIT

#define LL_SPI_MW_CMDSIZE_15BIT   (14UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)

CMD length for Microwire transfer: 15 bits

Definition at line 240 of file ll_spi.h.

◆ LL_SPI_MW_CMDSIZE_16BIT

#define LL_SPI_MW_CMDSIZE_16BIT   (15UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)

CMD length for Microwire transfer: 16 bits

Definition at line 241 of file ll_spi.h.

◆ LL_SPI_MW_CMDSIZE_1BIT

#define LL_SPI_MW_CMDSIZE_1BIT   0x00000000UL

CMD length for Microwire transfer: 1 bits

Definition at line 226 of file ll_spi.h.

◆ LL_SPI_MW_CMDSIZE_2BIT

#define LL_SPI_MW_CMDSIZE_2BIT   (1UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)

CMD length for Microwire transfer: 2 bits

Definition at line 227 of file ll_spi.h.

◆ LL_SPI_MW_CMDSIZE_3BIT

#define LL_SPI_MW_CMDSIZE_3BIT   (2UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)

CMD length for Microwire transfer: 3 bits

Definition at line 228 of file ll_spi.h.

◆ LL_SPI_MW_CMDSIZE_4BIT

#define LL_SPI_MW_CMDSIZE_4BIT   (3UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)

CMD length for Microwire transfer: 4 bits

Definition at line 229 of file ll_spi.h.

◆ LL_SPI_MW_CMDSIZE_5BIT

#define LL_SPI_MW_CMDSIZE_5BIT   (4UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)

CMD length for Microwire transfer: 5 bits

Definition at line 230 of file ll_spi.h.

◆ LL_SPI_MW_CMDSIZE_6BIT

#define LL_SPI_MW_CMDSIZE_6BIT   (5UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)

CMD length for Microwire transfer: 6 bits

Definition at line 231 of file ll_spi.h.

◆ LL_SPI_MW_CMDSIZE_7BIT

#define LL_SPI_MW_CMDSIZE_7BIT   (6UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)

CMD length for Microwire transfer: 7 bits

Definition at line 232 of file ll_spi.h.

◆ LL_SPI_MW_CMDSIZE_8BIT

#define LL_SPI_MW_CMDSIZE_8BIT   (7UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)

CMD length for Microwire transfer: 8 bits

Definition at line 233 of file ll_spi.h.

◆ LL_SPI_MW_CMDSIZE_9BIT

#define LL_SPI_MW_CMDSIZE_9BIT   (8UL << SPI_CTRL0_CTRL_FRAME_SIZE_POS)

CMD length for Microwire transfer: 9 bits

Definition at line 234 of file ll_spi.h.