STM32G474xx HAL用户手册
定义
CRC计算
SPI导出常量

定义

#define LL_SPI_CRCCALCULATION_DISABLE   0x00000000U
#define LL_SPI_CRCCALCULATION_ENABLE   (SPI_CR1_CRCEN)

Define Documentation

#define LL_SPI_CRCCALCULATION_DISABLE   0x00000000U

CRC计算已禁用

Definition at line 262 of file stm32g4xx_ll_spi.h.

Referenced by LL_SPI_StructInit().

#define LL_SPI_CRCCALCULATION_ENABLE   (SPI_CR1_CRCEN)

CRC计算已启用

Definition at line 263 of file stm32g4xx_ll_spi.h.

Referenced by LL_SPI_Init().