Home
last modified time | relevance | path

Searched defs:I2cDevice (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/platform/i2c/
H A Di2c_bes.h36 struct I2cDevice { struct
37 uint16_t devAddr; /**< device addr */
38 uint32_t addressWidth; /**< Addressing mode: 7 bit or 10 bit */
39 struct OsalMutex mutex;
40 uint32_t port;
41 struct HAL_I2C_CONFIG_T i2cCfg;
42 struct I2cResource resource;
H A Di2c_wm.c30 struct I2cDevice { struct
31 uint16_t devAddr; /**< device addr */
32 uint32_t addressWidth; /**< Addressing mode: 7 bit or 10 bit */
33 struct OsalMutex mutex;
34 uint32_t port;
35 struct I2cResource resource;