STM32L486xx HAL User Manual
Defines
CRC Length
SPI Exported Constants

Defines

#define LL_SPI_CRC_8BIT   0x00000000U
#define LL_SPI_CRC_16BIT   (SPI_CR1_CRCL)

Define Documentation

#define LL_SPI_CRC_16BIT   (SPI_CR1_CRCL)

16-bit CRC length

Definition at line 277 of file stm32l4xx_ll_spi.h.

#define LL_SPI_CRC_8BIT   0x00000000U

8-bit CRC length

Definition at line 276 of file stm32l4xx_ll_spi.h.