Searched refs:I2cWriteByte (Results 1 - 5 of 5) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/environment_demo/ |
H A D | ssd1306_oled.h | 107 static unsigned int I2cWriteByte(unsigned char regAddr, unsigned char cmd);
|
/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/ |
H A D | ssd1306_oled.h | 107 static unsigned int I2cWriteByte(unsigned char regAddr, unsigned char cmd);
|
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/ |
H A D | app_demo_i2c_oled.c | 245 static unsigned int I2cWriteByte(unsigned char regAddr, unsigned char cmd) in I2cWriteByte() function 282 status = I2cWriteByte(OLED_ADDRESS_WRITE_CMD, cmd); in WriteCmd() 292 status = I2cWriteByte(OLED_ADDRESS_WRITE_DATA, i2cData); in WriteData()
|
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | app_demo_i2c_oled.c | 245 static unsigned int I2cWriteByte(unsigned char regAddr, unsigned char cmd) in I2cWriteByte() function 282 status = I2cWriteByte(OLED_ADDRESS_WRITE_CMD, cmd); in WriteCmd() 292 status = I2cWriteByte(OLED_ADDRESS_WRITE_DATA, i2cData); in WriteData()
|
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/ |
H A D | app_demo_i2c_oled.c | 245 static unsigned int I2cWriteByte(unsigned char regAddr, unsigned char cmd) in I2cWriteByte() function 282 status = I2cWriteByte(OLED_ADDRESS_WRITE_CMD, cmd); in WriteCmd() 292 status = I2cWriteByte(OLED_ADDRESS_WRITE_DATA, i2cData); in WriteData()
|
Completed in 5 milliseconds