Collaboration diagram for Clock Phase:Macros | |
| #define | LL_SPI_SCPHA_1EDGE 0x00000000UL |
| First clock transition is the first data capture edge More... | |
| #define | LL_SPI_SCPHA_2EDGE (1UL << SPI_CTRL0_SERIAL_CLK_PHASE_POS) |
| Second clock transition is the first data capture edge. More... | |
| #define LL_SPI_SCPHA_1EDGE 0x00000000UL |
First clock transition is the first data capture edge
Definition at line 268 of file gr55xx_ll_spi.h.
| #define LL_SPI_SCPHA_2EDGE (1UL << SPI_CTRL0_SERIAL_CLK_PHASE_POS) |
Second clock transition is the first data capture edge.
Definition at line 269 of file gr55xx_ll_spi.h.