|
STM32G474xx HAL用户手册
|
定义 | |
| #define | LL_SPI_CRC_8BIT 0x00000000U |
| #define | LL_SPI_CRC_16BIT (SPI_CR1_CRCL) |
| #define LL_SPI_CRC_16BIT (SPI_CR1_CRCL) |
16位CRC长度
定义于第273行,文件stm32g4xx_ll_spi.h。
| #define LL_SPI_CRC_8BIT 0x00000000U |
8位CRC长度
定义于第272行,文件stm32g4xx_ll_spi.h。
1.7.6.1