HAL
LL_SPI_PHASE_1EDGE is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_SPI_PHASE_1EDGE macro

First clock transition is the first data capture edge

Syntax

#define LL_SPI_PHASE_1EDGE 0x00000000U

References

LocationText
stm32f4xx_ll_spi.h:165
#define LL_SPI_PHASE_1EDGE 0x00000000U /*!< First clock transition is the first data capture edge */
stm32f4xx_ll_spi.c:288
SPI_InitStruct->ClockPhase = LL_SPI_PHASE_1EDGE;