Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 20 of 20) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_spi.h77 serial_spi_clock_phase_t phase; /*!< Clock phase */ member
92 hal_spi_clock_phase_t phase; /*!< Clock phase */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/spi/
Dfsl_adapter_flexcomm_spi.c124 spiConfig.phase = in HAL_SpiMasterInit()
125 …(kHAL_SpiClockPhaseFirstEdge == config->phase) ? kSPI_ClockPhaseFirstEdge : kSPI_ClockPhaseSecondE… in HAL_SpiMasterInit()
155 spiConfig.phase = in HAL_SpiSlaveInit()
156 …(kHAL_SpiClockPhaseFirstEdge == config->phase) ? kSPI_ClockPhaseFirstEdge : kSPI_ClockPhaseSecondE… in HAL_SpiSlaveInit()
Dfsl_adapter_spi.c124 spiConfig.phase = in HAL_SpiMasterInit()
125 …(kHAL_SpiClockPhaseFirstEdge == config->phase) ? kSPI_ClockPhaseFirstEdge : kSPI_ClockPhaseSecondE… in HAL_SpiMasterInit()
155 spiConfig.phase = in HAL_SpiSlaveInit()
156 …(kHAL_SpiClockPhaseFirstEdge == config->phase) ? kSPI_ClockPhaseFirstEdge : kSPI_ClockPhaseSecondE… in HAL_SpiSlaveInit()
Dfsl_adapter_spi.h136 hal_spi_clock_phase_t phase; /*!< Clock phase */ member
146 hal_spi_clock_phase_t phase; /*!< Clock phase */ member
Dfsl_adapter_dspi.c118 …(kHAL_SpiClockPhaseFirstEdge == config->phase) ? kDSPI_ClockPhaseFirstEdge : kDSPI_ClockPhaseSecon… in HAL_SpiMasterInit()
144 …(kHAL_SpiClockPhaseFirstEdge == config->phase) ? kDSPI_ClockPhaseFirstEdge : kDSPI_ClockPhaseSecon… in HAL_SpiSlaveInit()
Dfsl_adapter_lpspi.c236 …(kHAL_SpiClockPhaseFirstEdge == config->phase) ? kLPSPI_ClockPhaseFirstEdge : kLPSPI_ClockPhaseSec… in HAL_SpiMasterInit()
266 …(kHAL_SpiClockPhaseFirstEdge == config->phase) ? kLPSPI_ClockPhaseFirstEdge : kLPSPI_ClockPhaseSec… in HAL_SpiSlaveInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ecspi/
Dfsl_ecspi.c221 config->phase = kECSPI_ClockPhaseFirstEdge; /*!< clock phase */ in ECSPI_GetDefaultChannelConfig()
472 … ECSPI_CONFIGREG_SCLK_POL(config->polarity) | ECSPI_CONFIGREG_SCLK_PHA(config->phase)); in ECSPI_SetChannelConfig()
481 …SPI_CONFIGREG_SCLK_POL(config->polarity) << 1U) | (ECSPI_CONFIGREG_SCLK_PHA(config->phase) << 1U)); in ECSPI_SetChannelConfig()
490 …ECSPI_CONFIGREG_SCLK_POL(config->polarity) << 2) | (ECSPI_CONFIGREG_SCLK_PHA(config->phase) << 2)); in ECSPI_SetChannelConfig()
499 …ECSPI_CONFIGREG_SCLK_POL(config->polarity) << 3) | (ECSPI_CONFIGREG_SCLK_PHA(config->phase) << 3)); in ECSPI_SetChannelConfig()
Dfsl_ecspi.h159 ecspi_clock_phase_t phase; /*!< Clock phase */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/ecspi/
Dfsl_ecspi_cmsis.c156 masterConfig->channelConfig.phase = kECSPI_ClockPhaseFirstEdge; in ECSPI_MasterCommonControl()
161 masterConfig->channelConfig.phase = kECSPI_ClockPhaseSecondEdge; in ECSPI_MasterCommonControl()
166 masterConfig->channelConfig.phase = kECSPI_ClockPhaseFirstEdge; in ECSPI_MasterCommonControl()
171 masterConfig->channelConfig.phase = kECSPI_ClockPhaseSecondEdge; in ECSPI_MasterCommonControl()
227 slaveConfig->channelConfig.phase = kECSPI_ClockPhaseFirstEdge; in ECSPI_SlaveCommonControl()
232 slaveConfig->channelConfig.phase = kECSPI_ClockPhaseSecondEdge; in ECSPI_SlaveCommonControl()
237 slaveConfig->channelConfig.phase = kECSPI_ClockPhaseFirstEdge; in ECSPI_SlaveCommonControl()
242 slaveConfig->channelConfig.phase = kECSPI_ClockPhaseSecondEdge; in ECSPI_SlaveCommonControl()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/slcd/
Dfsl_slcd.h399 static inline void SLCD_SetBackPlanePhase(LCD_Type *base, uint32_t pinIndx, slcd_phase_type_t phase) in SLCD_SetBackPlanePhase() argument
401 base->WF8B[pinIndx] = (uint8_t)phase; in SLCD_SetBackPlanePhase()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi.c263 if (masterConfig->phase == kFLEXIO_SPI_ClockPhaseFirstEdge) in FLEXIO_SPI_MasterInit()
287 if (masterConfig->phase == kFLEXIO_SPI_ClockPhaseFirstEdge) in FLEXIO_SPI_MasterInit()
388 masterConfig->phase = kFLEXIO_SPI_ClockPhaseFirstEdge; in FLEXIO_SPI_MasterGetDefaultConfig()
468 if (slaveConfig->phase == kFLEXIO_SPI_ClockPhaseFirstEdge) in FLEXIO_SPI_SlaveInit()
490 if (slaveConfig->phase == kFLEXIO_SPI_ClockPhaseFirstEdge) in FLEXIO_SPI_SlaveInit()
514 if (slaveConfig->phase == kFLEXIO_SPI_ClockPhaseFirstEdge) in FLEXIO_SPI_SlaveInit()
562 slaveConfig->phase = kFLEXIO_SPI_ClockPhaseFirstEdge; in FLEXIO_SPI_SlaveGetDefaultConfig()
Dfsl_flexio_spi.h135 flexio_spi_clock_phase_t phase; /*!< Clock phase. */ member
148 flexio_spi_clock_phase_t phase; /*!< Clock phase. */ member
/hal_nxp-3.5.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()
163 masterConfig.phase = kSPI_ClockPhaseSecondEdge; in SPI_CommonControl()
168 slaveConfig.phase = kSPI_ClockPhaseSecondEdge; in SPI_CommonControl()
176 masterConfig.phase = kSPI_ClockPhaseFirstEdge; in SPI_CommonControl()
181 slaveConfig.phase = kSPI_ClockPhaseFirstEdge; in SPI_CommonControl()
189 masterConfig.phase = kSPI_ClockPhaseSecondEdge; in SPI_CommonControl()
194 slaveConfig.phase = kSPI_ClockPhaseSecondEdge; in SPI_CommonControl()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/spi/
Dfsl_spi.h170 spi_clock_phase_t phase; /*!< Clock phase */ member
190 spi_clock_phase_t phase; /*!< Clock phase */ member
Dfsl_spi.c410 config->phase = kSPI_ClockPhaseFirstEdge; in SPI_MasterGetDefaultConfig()
458 base->C1 = SPI_C1_MSTR(1U) | SPI_C1_CPOL(config->polarity) | SPI_C1_CPHA(config->phase) | in SPI_MasterInit()
513 config->phase = kSPI_ClockPhaseFirstEdge; in SPI_SlaveGetDefaultConfig()
562 …SPI_C1_MSTR(0U) | SPI_C1_CPOL(config->polarity) | SPI_C1_CPHA(config->phase) | SPI_C1_LSBFE(config… in SPI_SlaveInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.h188 spi_clock_phase_t phase; /*!< Clock phase */ member
204 spi_clock_phase_t phase; /*!< Clock phase */ member
Dfsl_spi.c141 config->phase = kSPI_ClockPhaseFirstEdge; in SPI_MasterGetDefaultConfig()
208 tmpConfig |= SPI_CFG_CPHA(config->phase); in SPI_MasterInit()
266 config->phase = kSPI_ClockPhaseFirstEdge; in SPI_SlaveGetDefaultConfig()
320 tmpConfig |= SPI_CFG_CPHA(config->phase); in SPI_SlaveInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/extern_flash/
Dfsl_adapter_eeprom_AT25Fxxxx.c173 .phase = kHAL_SpiClockPhaseFirstEdge, in EEPROM_Init()
Dfsl_adapter_eeprom_AT45DBxxxx.c236 .phase = kHAL_SpiClockPhaseFirstEdge, in EEPROM_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_spi_cmsis.c255 masterConfig->phase = kSPI_ClockPhaseFirstEdge; in SPI_MasterCommonControl()
260 masterConfig->phase = kSPI_ClockPhaseSecondEdge; in SPI_MasterCommonControl()
265 masterConfig->phase = kSPI_ClockPhaseFirstEdge; in SPI_MasterCommonControl()
270 masterConfig->phase = kSPI_ClockPhaseSecondEdge; in SPI_MasterCommonControl()
402 slaveConfig->phase = kSPI_ClockPhaseFirstEdge; in SPI_SlaveCommonControl()
407 slaveConfig->phase = kSPI_ClockPhaseSecondEdge; in SPI_SlaveCommonControl()
412 slaveConfig->phase = kSPI_ClockPhaseFirstEdge; in SPI_SlaveCommonControl()
417 slaveConfig->phase = kSPI_ClockPhaseSecondEdge; in SPI_SlaveCommonControl()