Searched refs:sendBuf (Results 1 - 15 of 15) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/ |
H A D | app_demo_config.c | 84 C081nfcI2cWriteCmdAddr.sendBuf = sendUserCmd; in C08iNfcI2cWrite() 91 C081nfcI2cWriteCmdAddr.sendBuf, in C08iNfcI2cWrite() 104 c081nfcI2cWriteCmdAddr.sendBuf = sendUserCmd; in WriteFifoReg() 108 c081nfcI2cWriteCmdAddr.sendBuf, in WriteFifoReg() 128 c081nfcI2cWriteCmdAddr.sendBuf = sendUserCmd; in WriteFifoData() 132 c081nfcI2cWriteCmdAddr.sendBuf, in WriteFifoData() 255 unsigned char *sendBuf = sBuf; in NfcDataRead() local 257 Fm11WriteFifo(sendBuf, 32); // 32: write fifo 先发32字节进fifo in NfcDataRead() 261 sendBuf = sendBuf in NfcDataRead() [all...] |
H A D | app_demo_nfc.c | 39 c081NfcI2cWriteCmdAddr.sendBuf = sendUserCmd; in WriteRead() 47 c081NfcI2cWriteCmdAddr.sendBuf, c081NfcI2cWriteCmdAddr.sendLen); in WriteRead()
|
H A D | ssd1306_oled.h | 92 unsigned char *sendBuf; member
|
/vendor/hisilicon/hispark_pegasus/demo/environment_demo/ |
H A D | app_demo_aht20.c | 94 aht20I2cWriteCmdAddrInit.sendBuf = initSendUserCmd; in Ath20CheckAndInit() 102 aht20I2cWriteCmdAddrInit.sendBuf, aht20I2cWriteCmdAddrInit.sendLen); in Ath20CheckAndInit() 118 aht20I2cWriteCmdAddr.sendBuf = sendUserCmd; in Aht20Write() 122 aht20I2cWriteCmdAddr.sendBuf, aht20I2cWriteCmdAddr.sendLen); in Aht20Write()
|
H A D | ssd1306_oled.h | 93 unsigned char *sendBuf; member
|
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/ |
H A D | oled_ssd1306.c | 38 unsigned char *sendBuf; member 53 i2cData.sendBuf = buffer; in I2cWiteByte() 56 return IoTI2cWrite(id, OLED_I2C_ADDR, i2cData.sendBuf, i2cData.sendLen); in I2cWiteByte()
|
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/ |
H A D | ssd1306_oled.h | 114 unsigned char *sendBuf; member
|
H A D | app_demo_i2c_oled.c | 259 oledI2cWriteCmd.sendBuf = sendUserCmd; in I2cWriteByte() 261 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cWriteCmd.sendBuf, oledI2cWriteCmd.sendLen); in I2cWriteByte() 266 oledI2cCmd.sendBuf = sendUserData; in I2cWriteByte() 268 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cCmd.sendBuf, oledI2cCmd.sendLen); in I2cWriteByte()
|
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | ssd1306_oled.h | 114 unsigned char *sendBuf; member
|
H A D | app_demo_i2c_oled.c | 259 oledI2cWriteCmd.sendBuf = sendUserCmd; in I2cWriteByte() 261 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cWriteCmd.sendBuf, oledI2cWriteCmd.sendLen); in I2cWriteByte() 266 oledI2cCmd.sendBuf = sendUserData; in I2cWriteByte() 268 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cCmd.sendBuf, oledI2cCmd.sendLen); in I2cWriteByte()
|
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/ |
H A D | ssd1306_oled.h | 114 unsigned char *sendBuf; member
|
H A D | app_demo_i2c_oled.c | 259 oledI2cWriteCmd.sendBuf = sendUserCmd; in I2cWriteByte() 261 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cWriteCmd.sendBuf, oledI2cWriteCmd.sendLen); in I2cWriteByte() 266 oledI2cCmd.sendBuf = sendUserData; in I2cWriteByte() 268 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cCmd.sendBuf, oledI2cCmd.sendLen); in I2cWriteByte()
|
/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/ |
H A D | oled_ssd1306.c | 49 i2cData.sendBuf = buffer; in I2cWiteByte()
|
H A D | aht20.c | 116 data.sendBuf = buffer; in AHT20_Write()
|
/vendor/hisilicon/hispark_pegasus/demo/i2caht20_demo/src/ |
H A D | aht20.c | 116 data.sendBuf = buffer; in AHT20_Write()
|
Completed in 16 milliseconds