Home
last modified time | relevance | path

Searched refs:kECSPI_PolarityActiveHigh (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/ecspi/
Dfsl_ecspi_cmsis.c155 masterConfig->channelConfig.polarity = kECSPI_PolarityActiveHigh; in ECSPI_MasterCommonControl()
160 masterConfig->channelConfig.polarity = kECSPI_PolarityActiveHigh; in ECSPI_MasterCommonControl()
226 slaveConfig->channelConfig.polarity = kECSPI_PolarityActiveHigh; in ECSPI_SlaveCommonControl()
231 slaveConfig->channelConfig.polarity = kECSPI_PolarityActiveHigh; in ECSPI_SlaveCommonControl()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ecspi/
Dfsl_ecspi.h51 kECSPI_PolarityActiveHigh = 0x0U, /*!< Active-high ECSPI polarity high (idles low). */ enumerator
Dfsl_ecspi.c220 config->polarity = kECSPI_PolarityActiveHigh; /*!< Clock polarity */ in ECSPI_GetDefaultChannelConfig()