|
STM32G474xx HAL用户手册
|
宏定义 | |
| #define | LL_SPI_PHASE_1EDGE 0x00U |
| #define | LL_SPI_PHASE_2EDGE (SPI_CR1_CPHA) |
| #define LL_SPI_PHASE_1EDGE 0x00U |
| #define LL_SPI_PHASE_2EDGE (SPI_CR1_CPHA) |
第二个时钟跳变为第一个数据捕获沿
定义位于第179行,文件stm32g4xx_ll_spi.h中。
1.7.6.1