Home
last modified time | relevance | path

Searched refs:i2cConfig (Results 1 - 1 of 1) sorted by relevance

/drivers/hdf_core/adapter/platform/i2c/
H A Di2c_bes.c90 struct HAL_I2C_CONFIG_T *i2cConfig = NULL; in InitI2cDevice() local
102 i2cConfig = &device->i2cCfg; in InitI2cDevice()
103 if (i2cConfig == NULL) { in InitI2cDevice()
127 ret = hal_i2c_open(i2cPort, i2cConfig); in InitI2cDevice()
244 struct HAL_I2C_CONFIG_T *i2cConfig = NULL; in AttachI2cDevice() local
269 i2cConfig = &i2cDevice->i2cCfg; in AttachI2cDevice()
270 if (i2cConfig == NULL) { in AttachI2cDevice()
275 i2cConfig->mode = resource->mode; in AttachI2cDevice()
276 i2cConfig->use_sync = resource->useSync; in AttachI2cDevice()
277 i2cConfig in AttachI2cDevice()
[all...]

Completed in 2 milliseconds