Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Dapp_demo_i2c_oled.c252 IotI2cData oledI2cWriteCmd = { 0 }; in I2cWriteByte() local
259 oledI2cWriteCmd.sendBuf = sendUserCmd; in I2cWriteByte()
260 oledI2cWriteCmd.sendLen = sendLen; in I2cWriteByte()
261 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cWriteCmd.sendBuf, oledI2cWriteCmd.sendLen); in I2cWriteByte()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Dapp_demo_i2c_oled.c252 IotI2cData oledI2cWriteCmd = { 0 }; in I2cWriteByte() local
259 oledI2cWriteCmd.sendBuf = sendUserCmd; in I2cWriteByte()
260 oledI2cWriteCmd.sendLen = sendLen; in I2cWriteByte()
261 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cWriteCmd.sendBuf, oledI2cWriteCmd.sendLen); in I2cWriteByte()
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/
H A Dapp_demo_i2c_oled.c252 IotI2cData oledI2cWriteCmd = { 0 }; in I2cWriteByte() local
259 oledI2cWriteCmd.sendBuf = sendUserCmd; in I2cWriteByte()
260 oledI2cWriteCmd.sendLen = sendLen; in I2cWriteByte()
261 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cWriteCmd.sendBuf, oledI2cWriteCmd.sendLen); in I2cWriteByte()

Completed in 3 milliseconds