Searched refs:cmd (Results 1 - 7 of 7) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/environment_demo/ |
H A D | ssd1306_oled.h | 59 /* ssd1306 register cmd */ 107 static unsigned int I2cWriteByte(unsigned char regAddr, unsigned char cmd); 108 static unsigned int WriteCmd(unsigned char cmd);
|
/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/ |
H A D | ssd1306_oled.h | 58 /* ssd1306 register cmd */ 107 static unsigned int I2cWriteByte(unsigned char regAddr, unsigned char cmd); 108 static unsigned int WriteCmd(unsigned char cmd);
|
/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/ |
H A D | oled_ssd1306.c | 58 * @param cmd the commnad byte to be writen. 62 static uint32_t WriteCmd(uint8_t cmd) in WriteCmd() argument 64 return I2cWiteByte(OLED_I2C_CMD, cmd); in WriteCmd() 70 * @param cmd the data byte to be writen.
|
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/ |
H A D | oled_ssd1306.c | 62 * @param cmd the commnad byte to be writen. 66 static uint32_t WriteCmd(uint8_t cmd) in WriteCmd() argument 68 return I2cWiteByte(OLED_I2C_CMD, cmd); in WriteCmd() 74 * @param cmd the data byte to be writen.
|
/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() argument 250 unsigned char userData = cmd; in I2cWriteByte() 278 static unsigned int WriteCmd(unsigned char cmd) // 写命令 in WriteCmd() argument 282 status = I2cWriteByte(OLED_ADDRESS_WRITE_CMD, cmd); in WriteCmd()
|
/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() argument 250 unsigned char userData = cmd; in I2cWriteByte() 278 static unsigned int WriteCmd(unsigned char cmd) // 写命令 in WriteCmd() argument 282 status = I2cWriteByte(OLED_ADDRESS_WRITE_CMD, cmd); in WriteCmd()
|
/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() argument 250 unsigned char userData = cmd; in I2cWriteByte() 278 static unsigned int WriteCmd(unsigned char cmd) // 写命令 in WriteCmd() argument 282 status = I2cWriteByte(OLED_ADDRESS_WRITE_CMD, cmd); in WriteCmd()
|
Completed in 5 milliseconds