STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define SPI_CRC_LENGTH_DATASIZE   ((uint32_t)0x00000000U)
 
#define SPI_CRC_LENGTH_8BIT   ((uint32_t)0x00000001U)
 
#define SPI_CRC_LENGTH_16BIT   ((uint32_t)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

Macro Definition Documentation

#define SPI_CRC_LENGTH_16BIT   ((uint32_t)0x00000002U)

Definition at line 322 of file stm32f7xx_hal_spi.h.

#define SPI_CRC_LENGTH_8BIT   ((uint32_t)0x00000001U)

Definition at line 321 of file stm32f7xx_hal_spi.h.

#define SPI_CRC_LENGTH_DATASIZE   ((uint32_t)0x00000000U)

Definition at line 320 of file stm32f7xx_hal_spi.h.