Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.h154 kSPI_SpolActiveAllHigh = (kSPI_Spol0ActiveHigh | kSPI_Spol1ActiveHigh | kSPI_Spol2ActiveHigh), enumerator
157 kSPI_SpolActiveAllHigh = (kSPI_Spol0ActiveHigh | kSPI_Spol1ActiveHigh),
160 kSPI_SpolActiveAllHigh =
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_minispi/
Dfsl_spi.h122 kSPI_SpolActiveAllHigh = (SPI_CFG_SPOL0_MASK enumerator
133 kSPI_SpolActiveAllLow = (int)(~kSPI_SpolActiveAllHigh),
Dfsl_spi.c275 ((uint32_t)config->sselPolarity & (uint32_t)kSPI_SpolActiveAllHigh)); in SPI_MasterInit()
363 ((uint32_t)config->sselPolarity & (uint32_t)kSPI_SpolActiveAllHigh); in SPI_SlaveInit()