Home
last modified time | relevance | path

Searched refs:sendLen (Results 1 - 16 of 16) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/
H A Dapp_demo_config.c85 C081nfcI2cWriteCmdAddr.sendLen = 2 + len; /* 2: send length */ in C08iNfcI2cWrite()
92 C081nfcI2cWriteCmdAddr.sendLen); in C08iNfcI2cWrite()
105 c081nfcI2cWriteCmdAddr.sendLen = 3; /* 3: send length */ in WriteFifoReg()
109 c081nfcI2cWriteCmdAddr.sendLen); in WriteFifoReg()
129 c081nfcI2cWriteCmdAddr.sendLen = 2 + len; /* 2: send length */ in WriteFifoData()
133 c081nfcI2cWriteCmdAddr.sendLen); in WriteFifoData()
254 unsigned int sendLen = sLen; in NfcDataRead() local
260 sendLen = sendLen - 32; // 32: 待发长度-32 in NfcDataRead()
263 while (sendLen > in NfcDataRead()
[all...]
H A Dc081_nfc.h21 unsigned char* recvData, unsigned char sendLen, unsigned char readLen);
H A Dapp_demo_nfc.c31 unsigned char* recvData, unsigned char sendLen, unsigned char readLen) in WriteRead()
40 c081NfcI2cWriteCmdAddr.sendLen = sendLen; in WriteRead()
47 c081NfcI2cWriteCmdAddr.sendBuf, c081NfcI2cWriteCmdAddr.sendLen); in WriteRead()
30 WriteRead(unsigned char regHigh8bitCmd, unsigned char regLow8bitCmd, unsigned char* recvData, unsigned char sendLen, unsigned char readLen) WriteRead() argument
H A Dssd1306_oled.h94 unsigned int sendLen; member
/vendor/hisilicon/hispark_pegasus/demo/environment_demo/
H A Dapp_demo_aht20.c95 aht20I2cWriteCmdAddrInit.sendLen = AHT_SNED_CMD_LEN; in Ath20CheckAndInit()
102 aht20I2cWriteCmdAddrInit.sendBuf, aht20I2cWriteCmdAddrInit.sendLen); in Ath20CheckAndInit()
119 aht20I2cWriteCmdAddr.sendLen = AHT_SNED_CMD_LEN; in Aht20Write()
122 aht20I2cWriteCmdAddr.sendBuf, aht20I2cWriteCmdAddr.sendLen); in Aht20Write()
H A Dssd1306_oled.h95 unsigned int sendLen; member
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/
H A Doled_ssd1306.c40 unsigned int sendLen; member
54 i2cData.sendLen = sizeof(buffer) / sizeof(buffer[0]); in I2cWiteByte()
56 return IoTI2cWrite(id, OLED_I2C_ADDR, i2cData.sendBuf, i2cData.sendLen); in I2cWiteByte()
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Dssd1306_oled.h116 unsigned int sendLen; member
H A Dapp_demo_i2c_oled.c249 unsigned char sendLen = 2; in I2cWriteByte() local
260 oledI2cWriteCmd.sendLen = sendLen; in I2cWriteByte()
261 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cWriteCmd.sendBuf, oledI2cWriteCmd.sendLen); in I2cWriteByte()
267 oledI2cCmd.sendLen = sendLen; 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 Dssd1306_oled.h116 unsigned int sendLen; member
H A Dapp_demo_i2c_oled.c249 unsigned char sendLen = 2; in I2cWriteByte() local
260 oledI2cWriteCmd.sendLen = sendLen; in I2cWriteByte()
261 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cWriteCmd.sendBuf, oledI2cWriteCmd.sendLen); in I2cWriteByte()
267 oledI2cCmd.sendLen = sendLen; 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 Dssd1306_oled.h116 unsigned int sendLen; member
H A Dapp_demo_i2c_oled.c249 unsigned char sendLen = 2; in I2cWriteByte() local
260 oledI2cWriteCmd.sendLen = sendLen; in I2cWriteByte()
261 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cWriteCmd.sendBuf, oledI2cWriteCmd.sendLen); in I2cWriteByte()
267 oledI2cCmd.sendLen = sendLen; 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 Doled_ssd1306.c50 i2cData.sendLen = sizeof(buffer)/sizeof(buffer[0]); in I2cWiteByte()
H A Daht20.c117 data.sendLen = buffLen; in AHT20_Write()
/vendor/hisilicon/hispark_pegasus/demo/i2caht20_demo/src/
H A Daht20.c117 data.sendLen = buffLen; in AHT20_Write()

Completed in 9 milliseconds