![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
| #define | HID_EPIN_ADDR 0x81 |
| #define | HID_EPIN_SIZE 0x04 |
| #define | USB_HID_CONFIG_DESC_SIZ 34 |
| #define | USB_HID_DESC_SIZ 9 |
| #define | HID_MOUSE_REPORT_DESC_SIZE 74 |
| #define | HID_DESCRIPTOR_TYPE 0x21 |
| #define | HID_REPORT_DESC 0x22 |
| #define | HID_HS_BINTERVAL 0x07 |
| #define | HID_FS_BINTERVAL 0x0A |
| #define | HID_POLLING_INTERVAL 0x0A |
| #define | HID_REQ_SET_PROTOCOL 0x0B |
| #define | HID_REQ_GET_PROTOCOL 0x03 |
| #define | HID_REQ_SET_IDLE 0x0A |
| #define | HID_REQ_GET_IDLE 0x02 |
| #define | HID_REQ_SET_REPORT 0x09 |
| #define | HID_REQ_GET_REPORT 0x01 |
| #define HID_DESCRIPTOR_TYPE 0x21 |
Definition at line 59 of file usbd_hid.h.
| #define HID_EPIN_ADDR 0x81 |
Definition at line 52 of file usbd_hid.h.
| #define HID_EPIN_SIZE 0x04 |
Definition at line 53 of file usbd_hid.h.
| #define HID_FS_BINTERVAL 0x0A |
Definition at line 63 of file usbd_hid.h.
| #define HID_HS_BINTERVAL 0x07 |
Definition at line 62 of file usbd_hid.h.
| #define HID_MOUSE_REPORT_DESC_SIZE 74 |
Definition at line 57 of file usbd_hid.h.
| #define HID_POLLING_INTERVAL 0x0A |
Definition at line 64 of file usbd_hid.h.
| #define HID_REPORT_DESC 0x22 |
Definition at line 60 of file usbd_hid.h.
| #define HID_REQ_GET_IDLE 0x02 |
Definition at line 70 of file usbd_hid.h.
| #define HID_REQ_GET_PROTOCOL 0x03 |
Definition at line 67 of file usbd_hid.h.
| #define HID_REQ_GET_REPORT 0x01 |
Definition at line 73 of file usbd_hid.h.
| #define HID_REQ_SET_IDLE 0x0A |
Definition at line 69 of file usbd_hid.h.
| #define HID_REQ_SET_PROTOCOL 0x0B |
Definition at line 66 of file usbd_hid.h.
| #define HID_REQ_SET_REPORT 0x09 |
Definition at line 72 of file usbd_hid.h.
| #define USB_HID_CONFIG_DESC_SIZ 34 |
Definition at line 55 of file usbd_hid.h.
| #define USB_HID_DESC_SIZ 9 |
Definition at line 56 of file usbd_hid.h.
1.8.11