Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Di2c_if.h147 I2C_IO_TRANSFER = 0, /**< Execute one or more I2C messages. */ enumerator
/ohos5.0/drivers/hdf_core/framework/support/platform/src/i2c/
H A Di2c_if_u.c316 ret = HdfIoServiceDispatch(ioService, I2C_IO_TRANSFER, i2cHandle->data, i2cHandle->reply); in I2cServiceTransfer()
H A Di2c_core.c346 case I2C_IO_TRANSFER: in I2cManagerDispatch()