Home
last modified time | relevance | path

Searched refs:kSPI_ClockPhaseFirstEdge (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-3.7.0/mcux/mcux-sdk/components/spi/
Dfsl_adapter_flexcomm_spi.c125 …(kHAL_SpiClockPhaseFirstEdge == config->phase) ? kSPI_ClockPhaseFirstEdge : kSPI_ClockPhaseSecondE… in HAL_SpiMasterInit()
156 …(kHAL_SpiClockPhaseFirstEdge == config->phase) ? kSPI_ClockPhaseFirstEdge : kSPI_ClockPhaseSecondE… in HAL_SpiSlaveInit()
Dfsl_adapter_spi.c125 …(kHAL_SpiClockPhaseFirstEdge == config->phase) ? kSPI_ClockPhaseFirstEdge : kSPI_ClockPhaseSecondE… in HAL_SpiMasterInit()
156 …(kHAL_SpiClockPhaseFirstEdge == config->phase) ? kSPI_ClockPhaseFirstEdge : kSPI_ClockPhaseSecondE… in HAL_SpiSlaveInit()
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/spi/
Dfsl_spi_cmsis.c149 masterConfig.phase = kSPI_ClockPhaseFirstEdge; in SPI_CommonControl()
155 slaveConfig.phase = kSPI_ClockPhaseFirstEdge; in SPI_CommonControl()
176 masterConfig.phase = kSPI_ClockPhaseFirstEdge; in SPI_CommonControl()
181 slaveConfig.phase = kSPI_ClockPhaseFirstEdge; in SPI_CommonControl()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpc_minispi/
Dfsl_spi.c214 config->clockPhase = kSPI_ClockPhaseFirstEdge; in SPI_MasterGetDefaultConfig()
315 config->clockPhase = kSPI_ClockPhaseFirstEdge; in SPI_SlaveGetDefaultConfig()
Dfsl_spi.h75 kSPI_ClockPhaseFirstEdge = 0x0U, /*!< First edge on SCK occurs at the middle of the first enumerator
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.c141 config->phase = kSPI_ClockPhaseFirstEdge; in SPI_MasterGetDefaultConfig()
266 config->phase = kSPI_ClockPhaseFirstEdge; in SPI_SlaveGetDefaultConfig()
Dfsl_spi.h84 kSPI_ClockPhaseFirstEdge = 0x0U, /*!< First edge on SCK occurs at the middle of the first enumerator
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/spi/
Dfsl_spi.h60 kSPI_ClockPhaseFirstEdge = 0x0U, /*!< First edge on SPSCK occurs at the middle of the first enumerator
Dfsl_spi.c410 config->phase = kSPI_ClockPhaseFirstEdge; in SPI_MasterGetDefaultConfig()
513 config->phase = kSPI_ClockPhaseFirstEdge; in SPI_SlaveGetDefaultConfig()
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_spi_cmsis.c255 masterConfig->phase = kSPI_ClockPhaseFirstEdge; in SPI_MasterCommonControl()
265 masterConfig->phase = kSPI_ClockPhaseFirstEdge; in SPI_MasterCommonControl()
402 slaveConfig->phase = kSPI_ClockPhaseFirstEdge; in SPI_SlaveCommonControl()
412 slaveConfig->phase = kSPI_ClockPhaseFirstEdge; in SPI_SlaveCommonControl()