I2CMaster_SetTimeout函数

标头: #include <applibs/i2c.h>

设置 I2C 主接口上的操作的超时。

int I2CMaster_SetTimeout(int fd, uint32_t timeoutInMs);

参数

  • fd I2C 接口的文件描述符。

  • timeoutInMs 请求的超时,以毫秒为单位。 此值可以舍入到最接近的受支持值。

返回值

如果成功,则返回 0,如果失败,则返回 -1,在这种情况下 errno ,将设置为错误值。

应用程序清单要求

若要访问 I2c 接口,应用程序必须在 应用程序清单的 I2cMaster 字段中标识它。