HID.h File Reference

Device mode driver for the library USB HID Class driver. More...

#include "../../USB.h"
#include "../Common/HID.h"
#include <string.h>

Data Structures

struct  USB_ClassInfo_HID_Device_t
 HID Class Device Mode Configuration and State Structure. More...

Functions

bool HID_Device_ConfigureEndpoints (USB_ClassInfo_HID_Device_t *HIDInterfaceInfo) ATTR_NON_NULL_PTR_ARG(1)
void HID_Device_ProcessControlRequest (USB_ClassInfo_HID_Device_t *HIDInterfaceInfo) ATTR_NON_NULL_PTR_ARG(1)
void HID_Device_USBTask (USB_ClassInfo_HID_Device_t *HIDInterfaceInfo) ATTR_NON_NULL_PTR_ARG(1)
bool CALLBACK_HID_Device_CreateHIDReport (USB_ClassInfo_HID_Device_t *const HIDInterfaceInfo, uint8_t *const ReportID, const uint8_t ReportType, void *ReportData, uint16_t *ReportSize) ATTR_NON_NULL_PTR_ARG(1) ATTR_NON_NULL_PTR_ARG(2) ATTR_NON_NULL_PTR_ARG(4) ATTR_NON_NULL_PTR_ARG(5)
void CALLBACK_HID_Device_ProcessHIDReport (USB_ClassInfo_HID_Device_t *const HIDInterfaceInfo, const uint8_t ReportID, const uint8_t ReportType, const void *ReportData, const uint16_t ReportSize) ATTR_NON_NULL_PTR_ARG(1) ATTR_NON_NULL_PTR_ARG(4)
static void HID_Device_MillisecondElapsed (USB_ClassInfo_HID_Device_t *HIDInterfaceInfo)

Detailed Description

Device mode driver for the library USB HID Class driver.

Note:
This file should not be included directly. It is automatically included as needed by the class driver dispatch header located in LUFA/Drivers/USB/Class/HID.h.
Generated by  doxygen 1.6.3