Home
last modified time | relevance | path

Searched refs:I2C_FLAG_IGNORE_NO_ACK (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Di2c_if.h89 I2C_FLAG_IGNORE_NO_ACK = (0x1 << 12), enumerator
/ohos5.0/drivers/hdf_core/adapter/platform/i2c/
H A Di2c_wm.c289 ifack = (msg->flags & I2C_FLAG_IGNORE_NO_ACK) ? 0 : 1; in i2c_send()