hid_item_t Union Reference

#include <hid.h>


Detailed Description

HID report descriptor item.

Definition at line 361 of file hid.h.


Data Fields

struct {
   unsigned char   bSize: 2
   unsigned char   bTag: 4
   unsigned char   bType: 2
header
struct {
   unsigned char   bDataSize
   unsigned char   bLongItemTag
   unsigned char   bSize: 2
   unsigned char   bTag: 4
   unsigned char   bType: 2
   unsigned char   data []
long_format
struct {
   unsigned char   bSize: 2
   unsigned char   bTag: 4
   unsigned char   bType: 2
   unsigned char   data []
short_format

Field Documentation

unsigned char hid_item_t::bDataSize

Definition at line 397 of file hid.h.

Referenced by host_hid_get_item().

unsigned char hid_item_t::bLongItemTag

Definition at line 398 of file hid.h.

Referenced by host_hid_get_item().

unsigned char hid_item_t::bSize

Definition at line 377 of file hid.h.

Referenced by host_hid_get_item().

unsigned char hid_item_t::bTag

Definition at line 375 of file hid.h.

Referenced by host_hid_get_item().

unsigned char hid_item_t::bType

Definition at line 376 of file hid.h.

Referenced by host_hid_get_item().

unsigned char hid_item_t::data[]

Definition at line 387 of file hid.h.

Referenced by host_hid_get_item().

struct { ... } hid_item_t::header

Referenced by host_hid_get_item().

struct { ... } hid_item_t::long_format

Referenced by host_hid_get_item().

struct { ... } hid_item_t::short_format

Referenced by host_hid_get_item().


Generated on Fri Feb 19 02:33:00 2010 for AVR32 - USB HID FreeRTOS Example by  doxygen 1.5.5