HAL + 0/1 examples
CodeScope will show references to LL_SPI_CRCCALCULATION_DISABLE from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
SPI
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_SPI_CRCCALCULATION_DISABLE

LL_SPI_CRCCALCULATION_DISABLE macro

CRC calculation disabled

Syntax

#define LL_SPI_CRCCALCULATION_DISABLE 0x00000000U

Examples

LL_SPI_CRCCALCULATION_DISABLE is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_spi.h:238
#define LL_SPI_CRCCALCULATION_DISABLE 0x00000000U /*!< CRC calculation disabled */
stm32f4xx_ll_spi.c:292
SPI_InitStruct->CRCCalculation = LL_SPI_CRCCALCULATION_DISABLE;