Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/include/i2c/
H A Di2c_msg.h21 int32_t I2cMsgsWriteToSbuf(struct I2cMsg *msgs, int16_t count, struct HdfSBuf *reply);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/i2c/
H A Di2c_msg.c109 int32_t I2cMsgsWriteToSbuf(struct I2cMsg *msgs, int16_t count, struct HdfSBuf *reply) in I2cMsgsWriteToSbuf() function
H A Di2c_core.c252 if (I2cMsgsWriteToSbuf(msgs, count, reply) != HDF_SUCCESS) { in I2cIoDoTransfer()