Symbols
loading...
Files
loading...

SPI_PHASE_1EDGE macro

Syntax

#define SPI_PHASE_1EDGE (0x00000000U)

Examples

SPI_PHASE_1EDGE is referenced by 38 libraries and example projects.

References

LocationText
stm32f4xx_hal_spi.h:243
#define SPI_PHASE_1EDGE (0x00000000U)
stm32f4xx_hal_spi.c:349
hspi->Init.CLKPhase = SPI_PHASE_1EDGE;
stm32f4xx_hal_spi.h:573
#define IS_SPI_CPHA(__CPHA__) (((__CPHA__) == SPI_PHASE_1EDGE) || \