Home
last modified time | relevance | path

Searched refs:kSPI_ClockPhaseSecondEdge (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/spi/
Dfsl_adapter_flexcomm_spi.c125 …AL_SpiClockPhaseFirstEdge == config->phase) ? kSPI_ClockPhaseFirstEdge : kSPI_ClockPhaseSecondEdge; in HAL_SpiMasterInit()
156 …AL_SpiClockPhaseFirstEdge == config->phase) ? kSPI_ClockPhaseFirstEdge : kSPI_ClockPhaseSecondEdge; in HAL_SpiSlaveInit()
Dfsl_adapter_spi.c125 …AL_SpiClockPhaseFirstEdge == config->phase) ? kSPI_ClockPhaseFirstEdge : kSPI_ClockPhaseSecondEdge; in HAL_SpiMasterInit()
156 …AL_SpiClockPhaseFirstEdge == config->phase) ? kSPI_ClockPhaseFirstEdge : kSPI_ClockPhaseSecondEdge; in HAL_SpiSlaveInit()
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/spi/
Dfsl_spi_cmsis.c163 masterConfig.phase = kSPI_ClockPhaseSecondEdge; in SPI_CommonControl()
168 slaveConfig.phase = kSPI_ClockPhaseSecondEdge; in SPI_CommonControl()
189 masterConfig.phase = kSPI_ClockPhaseSecondEdge; in SPI_CommonControl()
194 slaveConfig.phase = kSPI_ClockPhaseSecondEdge; in SPI_CommonControl()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/spi/
Dfsl_spi.h62 kSPI_ClockPhaseSecondEdge /*!< First edge on SPSCK occurs at the start of the enumerator
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_minispi/
Dfsl_spi.h77 kSPI_ClockPhaseSecondEdge = 0x1U, /*!< First edge on SCK occurs at the start of the enumerator
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.h86 kSPI_ClockPhaseSecondEdge /*!< First edge on SCK occurs at the start of the enumerator
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_spi_cmsis.c260 masterConfig->phase = kSPI_ClockPhaseSecondEdge; in SPI_MasterCommonControl()
270 masterConfig->phase = kSPI_ClockPhaseSecondEdge; in SPI_MasterCommonControl()
407 slaveConfig->phase = kSPI_ClockPhaseSecondEdge; in SPI_SlaveCommonControl()
417 slaveConfig->phase = kSPI_ClockPhaseSecondEdge; in SPI_SlaveCommonControl()