HAL
LL_SPI_CRCCALCULATION_ENABLE is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_SPI_CRCCALCULATION_ENABLE

LL_SPI_CRCCALCULATION_ENABLE macro

CRC calculation enabled

Syntax

#define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN)

References

LocationText
stm32f4xx_ll_spi.h:239
#define LL_SPI_CRCCALCULATION_ENABLE (SPI_CR1_CRCEN) /*!< CRC calculation enabled */
stm32f4xx_ll_spi.c:262
if (SPI_InitStruct->CRCCalculation == LL_SPI_CRCCALCULATION_ENABLE)