STM32L486xx HAL User Manual
Defines
SPI CRC Length
SPI Exported Constants

This parameter can be one of the following values: SPI_CRC_LENGTH_DATASIZE: aligned with the data size SPI_CRC_LENGTH_8BIT : CRC 8bit SPI_CRC_LENGTH_16BIT : CRC 16bit. More...

Defines

#define SPI_CRC_LENGTH_DATASIZE   (0x00000000U)
#define SPI_CRC_LENGTH_8BIT   (0x00000001U)
#define SPI_CRC_LENGTH_16BIT   (0x00000002U)

Detailed Description

This parameter can be one of the following values: SPI_CRC_LENGTH_DATASIZE: aligned with the data size SPI_CRC_LENGTH_8BIT : CRC 8bit SPI_CRC_LENGTH_16BIT : CRC 16bit.


Define Documentation

#define SPI_CRC_LENGTH_16BIT   (0x00000002U)
#define SPI_CRC_LENGTH_8BIT   (0x00000001U)

Definition at line 359 of file stm32l4xx_hal_spi.h.

Referenced by HAL_SPI_Init(), and SPI_DMATransmitReceiveCplt().

#define SPI_CRC_LENGTH_DATASIZE   (0x00000000U)

Definition at line 358 of file stm32l4xx_hal_spi.h.

Referenced by HAL_SPI_Init().