Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dspi_if.h58 #define SPI_CLK_POLARITY (1 << 1) macro
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/spi/
H A Dspi_adapter.c43 (!!(mode & SPI_CLK_POLARITY) ? SPI_CPOL : 0) | in HdfSpiModeToLinuxMode()
55 (!!(mode & SPI_CPOL) ? SPI_CLK_POLARITY : 0) | in LinuxSpiModeToHdfMode()
/ohos5.0/drivers/hdf_core/framework/model/display/driver/panel/
H A Dssp_st7789.c107 cfg.mode = SPI_CLK_PHASE | SPI_CLK_POLARITY; in GetSpiHandle()