|
discoverpixy
|
This file contains all the prototypes for the usbh_hid_core.c. More...
#include "usbh_core.h"#include "usbh_stdreq.h"#include "usb_bsp.h"#include "usbh_ioreq.h"#include "usbh_hcs.h"

Go to the source code of this file.
Classes | |
| struct | HID_cb |
| struct | _HID_Report |
| struct | _HID_Process |
Typedefs | |
| typedef struct HID_cb | HID_cb_TypeDef |
| typedef struct _HID_Report | HID_Report_TypeDef |
| typedef struct _HID_Process | HID_Machine_TypeDef |
Functions | |
| USBH_Status | USBH_Set_Report (USB_OTG_CORE_HANDLE *pdev, USBH_HOST *phost, uint8_t reportType, uint8_t reportId, uint8_t reportLen, uint8_t *reportBuff) |
| USBH_Set_Report Issues Set Report. More... | |
Variables | |
| USBH_Class_cb_TypeDef | HID_cb |
This file contains all the prototypes for the usbh_hid_core.c.
THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
1.8.9.1