Home
last modified time | relevance | path

Searched refs:kLPSPI_ClockPhaseSecondEdge (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/spi/
Dfsl_adapter_lpspi.c236 …piClockPhaseFirstEdge == config->phase) ? kLPSPI_ClockPhaseFirstEdge : kLPSPI_ClockPhaseSecondEdge; in HAL_SpiMasterInit()
266 …piClockPhaseFirstEdge == config->phase) ? kLPSPI_ClockPhaseFirstEdge : kLPSPI_ClockPhaseSecondEdge; in HAL_SpiSlaveInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpspi/
Dfsl_lpspi_cmsis.c215 masterConfig.cpha = kLPSPI_ClockPhaseSecondEdge; in LPSPI_CommonControl()
220 slaveConfig.cpha = kLPSPI_ClockPhaseSecondEdge; in LPSPI_CommonControl()
239 masterConfig.cpha = kLPSPI_ClockPhaseSecondEdge; in LPSPI_CommonControl()
244 slaveConfig.cpha = kLPSPI_ClockPhaseSecondEdge; in LPSPI_CommonControl()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.h136kLPSPI_ClockPhaseSecondEdge = 1U /*!< CPHA=1. Data is changed on the leading edge of the SCK and c… enumerator