STM32F103xB HAL User Manual
|
Defines | |
#define | LL_SPI_PHASE_1EDGE 0x00000000U |
#define | LL_SPI_PHASE_2EDGE (SPI_CR1_CPHA) |
#define LL_SPI_PHASE_1EDGE 0x00000000U |
First clock transition is the first data capture edge
Definition at line 158 of file stm32f1xx_ll_spi.h.
Referenced by LL_SPI_StructInit().
#define LL_SPI_PHASE_2EDGE (SPI_CR1_CPHA) |
Second clock transition is the first data capture edge
Definition at line 159 of file stm32f1xx_ll_spi.h.