Searched refs:report_buf (Results 1 – 4 of 4) sorted by relevance
376 if (0x01U == iap->report_buf[0]) { in iap_data_out()377 switch (iap->report_buf[1]) { in iap_data_out()457 iap->base_address = iap->report_buf[2]; in iap_req_erase()458 iap->base_address |= iap->report_buf[3] << 8U; in iap_req_erase()459 iap->base_address |= iap->report_buf[4] << 16U; in iap_req_erase()460 iap->base_address |= iap->report_buf[5] << 24U; in iap_req_erase()463 iap->file_length = iap->report_buf[7]; in iap_req_erase()464 iap->file_length |= iap->report_buf[8] << 8U; in iap_req_erase()465 iap->file_length |= iap->report_buf[9] << 16U; in iap_req_erase()466 iap->file_length |= iap->report_buf[10] << 24U; in iap_req_erase()[all …]
55 uint8_t report_buf[IAP_OUT_PACKET + 1U]; member
78 uint8_t *report_buf) in usbh_get_report() argument91 usbh_ctlstate_config (puhost, report_buf, report_len); in usbh_get_report()115 uint8_t *report_buf) in usbh_set_report() argument128 usbh_ctlstate_config (puhost, report_buf, report_len); in usbh_set_report()
204 uint8_t *report_buf);
Completed in 14 milliseconds