/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/ |
H A D | app_demo_config.c | 85 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 D | c081_nfc.h | 21 unsigned char* recvData, unsigned char sendLen, unsigned char readLen);
|
H A D | app_demo_nfc.c | 31 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 D | ssd1306_oled.h | 94 unsigned int sendLen; member
|
/vendor/hisilicon/hispark_pegasus/demo/environment_demo/ |
H A D | app_demo_aht20.c | 95 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 D | ssd1306_oled.h | 95 unsigned int sendLen; member
|
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/ |
H A D | oled_ssd1306.c | 40 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 D | ssd1306_oled.h | 116 unsigned int sendLen; member
|
H A D | app_demo_i2c_oled.c | 249 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 D | ssd1306_oled.h | 116 unsigned int sendLen; member
|
H A D | app_demo_i2c_oled.c | 249 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 D | ssd1306_oled.h | 116 unsigned int sendLen; member
|
H A D | app_demo_i2c_oled.c | 249 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 D | oled_ssd1306.c | 50 i2cData.sendLen = sizeof(buffer)/sizeof(buffer[0]); in I2cWiteByte()
|
H A D | aht20.c | 117 data.sendLen = buffLen; in AHT20_Write()
|
/vendor/hisilicon/hispark_pegasus/demo/i2caht20_demo/src/ |
H A D | aht20.c | 117 data.sendLen = buffLen; in AHT20_Write()
|