STM32F479xx HAL User Manual
Defines
SPI Clock Phase
SPI Exported Constants

Defines

#define SPI_PHASE_1EDGE   (0x00000000U)
#define SPI_PHASE_2EDGE   SPI_CR1_CPHA

Define Documentation

#define SPI_PHASE_1EDGE   (0x00000000U)

Definition at line 244 of file stm32f4xx_hal_spi.h.

Referenced by HAL_SPI_Init().

#define SPI_PHASE_2EDGE   SPI_CR1_CPHA

Definition at line 245 of file stm32f4xx_hal_spi.h.