Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dspi_if.h260 SPI_IO_CLOSE, /**< Close the SPI device. */ enumerator
/ohos5.0/drivers/hdf_core/framework/support/platform/src/spi/
H A Dspi_core.c346 case SPI_IO_CLOSE: in SpiIoDispatch()
H A Dspi_if_u.c353 ret = service->dispatcher->Dispatch(&service->object, SPI_IO_CLOSE, data, NULL); in SpiClose()