Home
last modified time | relevance | path

Searched refs:dAddress (Results 1 – 1 of 1) sorted by relevance

/external/libusb/examples/
Dezusb.c568 uint32_t dCheckSum, dExpectedCheckSum, dAddress, i, dLen, dLength; in fx3_load_ram() local
630 (fread(&dAddress, sizeof(uint32_t), 1, image) != 1)) { // read dAddress in fx3_load_ram()
662 if ((ezusb_write(device, "write firmware", RW_INTERNAL, dAddress, bBuf, dLen) < 0) || in fx3_load_ram()
663 (ezusb_read(device, "read firmware", RW_INTERNAL, dAddress, rBuf, dLen) < 0)) { in fx3_load_ram()
681 dAddress += dLen; in fx3_load_ram()
695 if (!ezusb_fx3_jump(device, dAddress)) { in fx3_load_ram()