共用方式為


I2CMaster_SetTimeout函數

頁首: #include < applibs/i2c.h>

設定 I2C 主介面上作業的逾時。

int I2CMaster_SetTimeout(int fd, uint32_t timeoutInMs);

參數

  • fd I2C 介面的檔案描述。

  • timeoutInMs 要求的逾時為毫秒。 此值可能會四捨五入至最接近支援的值。

傳回值

傳回 0 表示成功,傳回 -1 表示失敗,在這種情況下 errno 會設定為錯誤值。

應用程式資訊清單需求

若要存取 I2c 介面,您的應用程式必須在 應用程式資訊清單的 I2cMaster 欄位中識別。