|
STM32G474xx HAL用户手册
|
定义 | |
| #define | LL_SPI_MODE_MASTER (SPI_CR1_MSTR | SPI_CR1_SSI) |
| #define | LL_SPI_MODE_SLAVE 0x00000000U |
| #define LL_SPI_MODE_MASTER (SPI_CR1_MSTR | SPI_CR1_SSI) |
主设备配置
Definition at line 160 of file stm32g4xx_ll_spi.h.
| #define LL_SPI_MODE_SLAVE 0x00000000U |
1.7.6.1