Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/environment_demo/
H A Dssd1306_oled.h59 /* 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 Dssd1306_oled.h58 /* 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 Doled_ssd1306.c58 * @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 Doled_ssd1306.c62 * @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 Dapp_demo_i2c_oled.c245 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 Dapp_demo_i2c_oled.c245 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 Dapp_demo_i2c_oled.c245 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