Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/spi/
Dfsl_adapter_flexcomm_spi.c122 …g.polarity = (kHAL_SpiClockPolarityActiveHigh == config->polarity) ? kSPI_ClockPolarityActiveHigh : in HAL_SpiMasterInit()
153 …g.polarity = (kHAL_SpiClockPolarityActiveHigh == config->polarity) ? kSPI_ClockPolarityActiveHigh : in HAL_SpiSlaveInit()
Dfsl_adapter_spi.c122 …g.polarity = (kHAL_SpiClockPolarityActiveHigh == config->polarity) ? kSPI_ClockPolarityActiveHigh : in HAL_SpiMasterInit()
153 …g.polarity = (kHAL_SpiClockPolarityActiveHigh == config->polarity) ? kSPI_ClockPolarityActiveHigh : in HAL_SpiSlaveInit()
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/spi/
Dfsl_spi_cmsis.c147 masterConfig.polarity = kSPI_ClockPolarityActiveHigh; in SPI_CommonControl()
153 slaveConfig.polarity = kSPI_ClockPolarityActiveHigh; in SPI_CommonControl()
162 masterConfig.polarity = kSPI_ClockPolarityActiveHigh; in SPI_CommonControl()
167 slaveConfig.polarity = kSPI_ClockPolarityActiveHigh; in SPI_CommonControl()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_minispi/
Dfsl_spi.c213 config->clockPolarity = kSPI_ClockPolarityActiveHigh; in SPI_MasterGetDefaultConfig()
314 config->clockPolarity = kSPI_ClockPolarityActiveHigh; in SPI_SlaveGetDefaultConfig()
Dfsl_spi.h68 kSPI_ClockPolarityActiveHigh = 0x0U, /*!< Active-high SPI clock (idles low). */ enumerator
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/spi/
Dfsl_spi.h53 kSPI_ClockPolarityActiveHigh = 0x0U, /*!< Active-high SPI clock (idles low). */ enumerator
Dfsl_spi.c409 config->polarity = kSPI_ClockPolarityActiveHigh; in SPI_MasterGetDefaultConfig()
512 config->polarity = kSPI_ClockPolarityActiveHigh; in SPI_SlaveGetDefaultConfig()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.c140 config->polarity = kSPI_ClockPolarityActiveHigh; in SPI_MasterGetDefaultConfig()
265 config->polarity = kSPI_ClockPolarityActiveHigh; in SPI_SlaveGetDefaultConfig()
Dfsl_spi.h77 kSPI_ClockPolarityActiveHigh = 0x0U, /*!< Active-high SPI clock (idles low). */ enumerator
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_spi_cmsis.c254 masterConfig->polarity = kSPI_ClockPolarityActiveHigh; in SPI_MasterCommonControl()
259 masterConfig->polarity = kSPI_ClockPolarityActiveHigh; in SPI_MasterCommonControl()
401 slaveConfig->polarity = kSPI_ClockPolarityActiveHigh; in SPI_SlaveCommonControl()
406 slaveConfig->polarity = kSPI_ClockPolarityActiveHigh; in SPI_SlaveCommonControl()