STM32H735xx HAL User Manual
Defines
SPI CRC Calculation
SPI Exported Constants

Defines

#define SPI_CRCCALCULATION_DISABLE   (0x00000000UL)
#define SPI_CRCCALCULATION_ENABLE   SPI_CFG1_CRCEN

Define Documentation

#define SPI_CRCCALCULATION_DISABLE   (0x00000000UL)

Definition at line 420 of file stm32h7xx_hal_spi.h.

Referenced by HAL_SPI_Init().

#define SPI_CRCCALCULATION_ENABLE   SPI_CFG1_CRCEN

Definition at line 421 of file stm32h7xx_hal_spi.h.

Referenced by HAL_SPI_Init(), HAL_SPI_Receive(), and SPI_CloseTransfer().