Functions | |
uint32_t | USBD_HID_GetPollingInterval (USB_OTG_CORE_HANDLE *pdev) |
USBD_HID_GetPollingInterval return polling interval from endpoint descriptor. More... | |
uint8_t | USBD_HID_SendReport (USB_OTG_CORE_HANDLE *pdev, uint8_t *report, uint16_t len) |
USBD_HID_SendReport Send HID Report. More... | |
uint32_t USBD_HID_GetPollingInterval | ( | USB_OTG_CORE_HANDLE * | pdev | ) |
USBD_HID_GetPollingInterval return polling interval from endpoint descriptor.
pdev | device instance |
polling | interval |
Definition at line 463 of file usbd_hid_core.c.
uint8_t USBD_HID_SendReport | ( | USB_OTG_CORE_HANDLE * | pdev, |
uint8_t * | report, | ||
uint16_t | len | ||
) |
USBD_HID_SendReport Send HID Report.
pdev | device instance |
buff | pointer to report |
status |
Definition at line 414 of file usbd_hid_core.c.