Searched refs:sendUserCmd (Results 1 - 6 of 6) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/ |
H A D | app_demo_config.c | 82 unsigned char sendUserCmd[64] = {regHigh8bitCmd, regLow8bitCmd}; in C08iNfcI2cWrite() local 84 C081nfcI2cWriteCmdAddr.sendBuf = sendUserCmd; in C08iNfcI2cWrite() 87 sendUserCmd[2 + i] = *(dataBuff + i); /* 2: send length */ in C08iNfcI2cWrite() 103 unsigned char sendUserCmd[3] = {regHigh8bitCmd, regLow8bitCmd, dataBuff}; in WriteFifoReg() local 104 c081nfcI2cWriteCmdAddr.sendBuf = sendUserCmd; in WriteFifoReg() 120 unsigned char sendUserCmd[128] = {0}; in WriteFifoData() local 122 (void)memset_s(sendUserCmd, sizeof(sendUserCmd), 0x0, sizeof(sendUserCmd)); in WriteFifoData() 123 sendUserCmd[ in WriteFifoData() [all...] |
H A D | app_demo_nfc.c | 36 unsigned char sendUserCmd[SEND_CMD_LEN] = {regHigh8bitCmd, regLow8bitCmd}; in WriteRead() local 39 c081NfcI2cWriteCmdAddr.sendBuf = sendUserCmd; in WriteRead()
|
/vendor/hisilicon/hispark_pegasus/demo/environment_demo/ |
H A D | app_demo_aht20.c | 116 unsigned char sendUserCmd[AHT_SNED_CMD_LEN] = {triggerCmd, highByteCmd, lowByteCmd}; in Aht20Write() local 118 aht20I2cWriteCmdAddr.sendBuf = sendUserCmd; in Aht20Write()
|
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/ |
H A D | app_demo_i2c_oled.c | 254 unsigned char sendUserCmd [SEND_CMD_LEN] = {OLED_ADDRESS_WRITE_CMD, userData}; in I2cWriteByte() local 259 oledI2cWriteCmd.sendBuf = sendUserCmd; in I2cWriteByte()
|
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | app_demo_i2c_oled.c | 254 unsigned char sendUserCmd [SEND_CMD_LEN] = {OLED_ADDRESS_WRITE_CMD, userData}; in I2cWriteByte() local 259 oledI2cWriteCmd.sendBuf = sendUserCmd; in I2cWriteByte()
|
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/ |
H A D | app_demo_i2c_oled.c | 254 unsigned char sendUserCmd [SEND_CMD_LEN] = {OLED_ADDRESS_WRITE_CMD, userData}; in I2cWriteByte() local 259 oledI2cWriteCmd.sendBuf = sendUserCmd; in I2cWriteByte()
|
Completed in 5 milliseconds