Home
last modified time | relevance | path

Searched refs:app_i2c_receive_sync (Results 1 – 3 of 3) sorted by relevance

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/app_drivers/inc/
Dapp_i2c.h215 uint16_t app_i2c_receive_sync(app_i2c_id_t id, uint16_t target_address,
/device/soc/goodix/gr551x/adapter/hals/iot_hardware/wifiiot_lite/
Dhal_iot_i2c.c98 ret = app_i2c_receive_sync(id, deviceAddr, data, dataLen, I2C_SYNC_TIMEOUT); in IoTI2cRead()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/app_drivers/src/
Dapp_i2c.c533 uint16_t app_i2c_receive_sync(app_i2c_id_t id, uint16_t target_address, \ in app_i2c_receive_sync() function