#include <stdint.h>
#include <USBRequests.h>
Go to the source code of this file.
Defines | |
#define | HIDGenericRequest_GETREPORT 0x01 |
#define | HIDGenericRequest_GETIDLE 0x02 |
#define | HIDGenericRequest_GETPROTOCOL 0x03 |
#define | HIDGenericRequest_SETREPORT 0x09 |
#define | HIDGenericRequest_SETIDLE 0x0A |
#define | HIDGenericRequest_SETPROTOCOL 0x0B |
#define | HIDReportRequest_INPUT 1 |
#define | HIDReportRequest_OUTPUT 2 |
#define | HIDReportRequest_FEATURE 3 |
#define | HIDProtocol_BOOT 0 |
#define | HIDProtocol_REPORT 1 |
#define | HIDIdleRequest_INFINITE 0 |
Functions | |
uint8_t | HIDReportRequest_GetReportType (const USBGenericRequest *request) |
uint8_t | HIDReportRequest_GetReportId (const USBGenericRequest *request) |
uint8_t | HIDIdleRequest_GetReportId (const USBGenericRequest *request) |
uint8_t | HIDIdleRequest_GetIdleRate (const USBGenericRequest *request) |
Definitions used for declaring the requests of a HID device.
Definition in file HIDRequests.h.