Symbols
loading...
Files
loading...

SPI_InitTypeDef::CLKPhase field

Specifies the clock active edge for the bit capture. This parameter can be a value of SPI_Clock_Phase

Syntax

uint32_t CLKPhase;

Examples

SPI_InitTypeDef::CLKPhase is referenced by 44 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_spi.h:60
uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture.
stm32f4xx_hal_spi.c:331HAL_SPI_Init()
assert_param(IS_SPI_CPHA(hspi->Init.CLKPhase));
stm32f4xx_hal_spi.c:349HAL_SPI_Init()
stm32f4xx_hal_spi.c:402HAL_SPI_Init()
(hspi->Init.CLKPhase & SPI_CR1_CPHA) |

Data Use

Functions writing SPI_InitTypeDef::CLKPhase
Functions reading SPI_InitTypeDef::CLKPhase
all items filtered out
SPI_InitTypeDef::CLKPhase
all items filtered out
Type of SPI_InitTypeDef::CLKPhase
SPI_InitTypeDef::CLKPhase
uint32_t
all items filtered out