Searched refs:kLPSPI_ClockPhaseFirstEdge (Results 1 – 3 of 3) sorted by relevance
125 …kLPSPI_ClockPhaseFirstEdge = 0U, /*!< CPHA=0. Data is captured on the leading edge of the SCK and … enumerator
226 masterConfig->cpha = kLPSPI_ClockPhaseFirstEdge; in LPSPI_MasterGetDefaultConfig()283 slaveConfig->cpha = kLPSPI_ClockPhaseFirstEdge; /*!< Clock phase. */ in LPSPI_SlaveGetDefaultConfig()
311 masterConfig.cpha = kLPSPI_ClockPhaseFirstEdge; in spi_configure()
Completed in 9 milliseconds