|
STM32G474xx HAL 用户手册
|
定义 | |
| #define | LL_SPI_DMA_PARITY_EVEN 0x00000000U |
| #define | LL_SPI_DMA_PARITY_ODD 0x00000001U |
| #define LL_SPI_DMA_PARITY_EVEN 0x00000000U |
选择 DMA 奇偶校验偶数
定义于文件 stm32g4xx_ll_spi.h 的第 312 行。
| #define LL_SPI_DMA_PARITY_ODD 0x00000001U |
选择 DMA 奇偶校验奇数
定义于文件 stm32g4xx_ll_spi.h 的第 313 行。
1.7.6.1