Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/include/platform/
Di2c_if.h149 I2C_IO_CLOSE = 2, /**< Close the I2C device. */ enumerator
/drivers/hdf_core/framework/support/platform/src/i2c/
Di2c_if_u.c198 …int32_t ret = HdfIoServiceDispatch(i2cHandle->i2cManager->ioService, I2C_IO_CLOSE, i2cHandle->data… in I2cClose()
Di2c_core.c344 case I2C_IO_CLOSE: in I2cManagerDispatch()