GD32F1x0
|
Custom HID device class core functions for usb iap. More...
Go to the source code of this file.
Functions | |
uint8_t | USBD_CUSTOMHID_SendReport (USB_DEVICE_HANDLE *pudev, uint8_t *report, uint16_t Len) |
Send custom HID Report. More... | |
Variables | |
uint8_t | Report_buf [65] |
uint8_t | OptionByte [17] = {0} |
uint8_t | DeviceStatus [17] |
uint8_t | BinAddress [17] |
uint8_t | USBD_CUSTOMHID_Report_ID = 0 |
uint8_t | flag = 0 |
uint8_t | MAL_Buffer [TRANSFER_SIZE] |
USBD_Class_cb_TypeDef | USBD_CUSTOMHID_cb |
const uint8_t | USBD_HID_CfgDesc [CUSTOMHID_CONFIG_DESC_SIZE] |
const uint8_t | CustomHID_ReportDescriptor [CUSTOMHID_REPORT_DESC_SIZE] |
Detailed Description
Custom HID device class core functions for usb iap.
- Author
- MCU SD
- Version
- V1.0
- Date
- 6-Sep-2014
Definition in file usbd_iap_core.c.
Generated by
