Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/iap/Source/
A Dusb_iap_core.c376 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 …]
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/iap/Include/
A Dusb_iap_core.h55 uint8_t report_buf[IAP_OUT_PACKET + 1U]; member
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/class/hid/Source/
A Dusbh_hid_core.c78 uint8_t *report_buf) in usbh_get_report() argument
91 usbh_ctlstate_config (puhost, report_buf, report_len); in usbh_get_report()
115 uint8_t *report_buf) in usbh_set_report() argument
128 usbh_ctlstate_config (puhost, report_buf, report_len); in usbh_set_report()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/class/hid/Include/
A Dusbh_hid_core.h204 uint8_t *report_buf);

Completed in 14 milliseconds