Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dspi_if.h105 SPI_INTERRUPT_TRANSFER = 0, /**< Interrupt transfer mode */ enumerator
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/spi/
H A Dspi_adapter.c273 dev->cfg.transferMode = SPI_INTERRUPT_TRANSFER; in SpiDevInit()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dspi_test.c404 g_spiCfg.transferMode = SPI_INTERRUPT_TRANSFER; in SpiIntTransferTest()