Macros

#define LL_SSI_DATASIZE_4BIT   (3UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_5BIT   (4UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_6BIT   (5UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_7BIT   (6UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_8BIT   (7UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_9BIT   (8UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_10BIT   (9UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_11BIT   (10UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_12BIT   (11UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_13BIT   (12UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_14BIT   (13UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_15BIT   (14UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_16BIT   (15UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_17BIT   (16UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_18BIT   (17UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_19BIT   (18UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_20BIT   (19UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_21BIT   (20UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_22BIT   (21UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_23BIT   (22UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_24BIT   (23UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_25BIT   (24UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_26BIT   (25UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_27BIT   (26UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_28BIT   (27UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_29BIT   (28UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_30BIT   (29UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_31BIT   (30UL << SSI_CTRL0_DFS32_Pos)
 
#define LL_SSI_DATASIZE_32BIT   (31UL << SSI_CTRL0_DFS32_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_SSI_DATASIZE_10BIT

#define LL_SSI_DATASIZE_10BIT   (9UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 10 bits

Definition at line 257 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_11BIT

#define LL_SSI_DATASIZE_11BIT   (10UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 11 bits

Definition at line 258 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_12BIT

#define LL_SSI_DATASIZE_12BIT   (11UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 12 bits

Definition at line 259 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_13BIT

#define LL_SSI_DATASIZE_13BIT   (12UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 13 bits

Definition at line 260 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_14BIT

#define LL_SSI_DATASIZE_14BIT   (13UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 14 bits

Definition at line 261 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_15BIT

#define LL_SSI_DATASIZE_15BIT   (14UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 15 bits

Definition at line 262 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_16BIT

#define LL_SSI_DATASIZE_16BIT   (15UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 16 bits

Definition at line 263 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_17BIT

#define LL_SSI_DATASIZE_17BIT   (16UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 17 bits

Definition at line 264 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_18BIT

#define LL_SSI_DATASIZE_18BIT   (17UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 18 bits

Definition at line 265 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_19BIT

#define LL_SSI_DATASIZE_19BIT   (18UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 19 bits

Definition at line 266 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_20BIT

#define LL_SSI_DATASIZE_20BIT   (19UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 20 bits

Definition at line 267 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_21BIT

#define LL_SSI_DATASIZE_21BIT   (20UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 21 bits

Definition at line 268 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_22BIT

#define LL_SSI_DATASIZE_22BIT   (21UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 22 bits

Definition at line 269 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_23BIT

#define LL_SSI_DATASIZE_23BIT   (22UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 23 bits

Definition at line 270 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_24BIT

#define LL_SSI_DATASIZE_24BIT   (23UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 24 bits

Definition at line 271 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_25BIT

#define LL_SSI_DATASIZE_25BIT   (24UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 25 bits

Definition at line 272 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_26BIT

#define LL_SSI_DATASIZE_26BIT   (25UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 26 bits

Definition at line 273 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_27BIT

#define LL_SSI_DATASIZE_27BIT   (26UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 27 bits

Definition at line 274 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_28BIT

#define LL_SSI_DATASIZE_28BIT   (27UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 28 bits

Definition at line 275 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_29BIT

#define LL_SSI_DATASIZE_29BIT   (28UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 29 bits

Definition at line 276 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_30BIT

#define LL_SSI_DATASIZE_30BIT   (29UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 30 bits

Definition at line 277 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_31BIT

#define LL_SSI_DATASIZE_31BIT   (30UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 31 bits

Definition at line 278 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_32BIT

#define LL_SSI_DATASIZE_32BIT   (31UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 32 bits

Definition at line 279 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_4BIT

#define LL_SSI_DATASIZE_4BIT   (3UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 4 bits

Definition at line 251 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_5BIT

#define LL_SSI_DATASIZE_5BIT   (4UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 5 bits

Definition at line 252 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_6BIT

#define LL_SSI_DATASIZE_6BIT   (5UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 6 bits

Definition at line 253 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_7BIT

#define LL_SSI_DATASIZE_7BIT   (6UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 7 bits

Definition at line 254 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_8BIT

#define LL_SSI_DATASIZE_8BIT   (7UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 8 bits

Definition at line 255 of file gr55xx_ll_spi.h.

◆ LL_SSI_DATASIZE_9BIT

#define LL_SSI_DATASIZE_9BIT   (8UL << SSI_CTRL0_DFS32_Pos)

Data length for SPI transfer: 9 bits

Definition at line 256 of file gr55xx_ll_spi.h.