Home
last modified time | relevance | path

Searched refs:clockPhase (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_minispi/
Dfsl_spi.c214 config->clockPhase = kSPI_ClockPhaseFirstEdge; in SPI_MasterGetDefaultConfig()
273 …tmp |= (SPI_CFG_CPHA(config->clockPhase) | SPI_CFG_CPOL(config->clockPolarity) | SPI_CFG_LSBF(conf… in SPI_MasterInit()
315 config->clockPhase = kSPI_ClockPhaseFirstEdge; in SPI_SlaveGetDefaultConfig()
362 …tmp |= SPI_CFG_CPHA(config->clockPhase) | SPI_CFG_CPOL(config->clockPolarity) | SPI_CFG_LSBF(confi… in SPI_SlaveInit()
Dfsl_spi.h170 spi_clock_phase_t clockPhase; /*!< Clock phase */ member
183 spi_clock_phase_t clockPhase; /*!< Clock phase */ member
/hal_nxp-latest/imx/drivers/
Decspi.c61 …ECSPI_CONFIGREG_REG(base) = ECSPI_CONFIGREG_SCLK_PHA(((initConfig->clockPhase) & 1) << (initConfig… in ECSPI_Init()
Decspi.h153 uint32_t clockPhase; /*!< Specifies the clock phase.*/ member