STM32F439xx HAL User Manual
Defines
CRC Calculation
SPI Exported Constants

Defines

#define LL_SPI_CRCCALCULATION_DISABLE   0x00000000U
#define LL_SPI_CRCCALCULATION_ENABLE   (SPI_CR1_CRCEN)

Define Documentation

#define LL_SPI_CRCCALCULATION_DISABLE   0x00000000U

CRC calculation disabled

Definition at line 255 of file stm32f4xx_ll_spi.h.

Referenced by LL_SPI_StructInit().

#define LL_SPI_CRCCALCULATION_ENABLE   (SPI_CR1_CRCEN)

CRC calculation enabled

Definition at line 256 of file stm32f4xx_ll_spi.h.

Referenced by LL_SPI_Init().