STM32H735xx HAL User Manual
|
Defines | |
#define | LL_SPI_CRCCALCULATION_DISABLE (0x00000000UL) |
#define | LL_SPI_CRCCALCULATION_ENABLE (SPI_CFG1_CRCEN) |
#define LL_SPI_CRCCALCULATION_DISABLE (0x00000000UL) |
CRC calculation disabled
Definition at line 431 of file stm32h7xx_ll_spi.h.
Referenced by LL_SPI_StructInit().
#define LL_SPI_CRCCALCULATION_ENABLE (SPI_CFG1_CRCEN) |
CRC calculation enabled
Definition at line 432 of file stm32h7xx_ll_spi.h.
Referenced by LL_SPI_Init().