![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Functions | |
| uint8_t | USBD_HID_SendReport (USBD_HandleTypeDef *pdev, uint8_t *report, uint16_t len) |
| USBD_HID_SendReport Send HID Report. More... | |
| uint32_t | USBD_HID_GetPollingInterval (USBD_HandleTypeDef *pdev) |
| USBD_HID_GetPollingInterval return polling interval from endpoint descriptor. More... | |
| uint32_t USBD_HID_GetPollingInterval | ( | USBD_HandleTypeDef * | pdev | ) |
USBD_HID_GetPollingInterval return polling interval from endpoint descriptor.
| pdev | device instance |
| polling | interval |
Definition at line 445 of file usbd_hid.c.
| uint8_t USBD_HID_SendReport | ( | USBD_HandleTypeDef * | pdev, |
| uint8_t * | report, | ||
| uint16_t | len | ||
| ) |
USBD_HID_SendReport Send HID Report.
| pdev | device instance |
| buff | pointer to report |
| status |
Definition at line 419 of file usbd_hid.c.
1.8.11