USB Host Shield 2.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Macros
hidboot.h File Reference
#include "hid.h"
Include dependency graph for hidboot.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MOUSEINFO
 
class  MouseReportParser
 
struct  MODIFIERKEYS
 
struct  KBDINFO
 
struct  KBDLEDS
 
class  KeyboardReportParser
 
class  HIDBoot< BOOT_PROTOCOL >
 

Macros

#define KEY_SPACE   0x2c
 
#define KEY_ZERO   0x27
 
#define KEY_ZERO2   0x62
 
#define KEY_ENTER   0x28
 
#define KEY_PERIOD   0x63
 
#define KEY_NUM_LOCK   0x53
 
#define KEY_CAPS_LOCK   0x39
 
#define KEY_SCROLL_LOCK   0x47
 
#define totalEndpoints   (((BOOT_PROTOCOL & HID_PROTOCOL_KEYBOARD)? 2 : 0)+((BOOT_PROTOCOL & HID_PROTOCOL_MOUSE)? 1 : 0))
 
#define epMUL   (((BOOT_PROTOCOL & HID_PROTOCOL_KEYBOARD)? 1 : 0)+((BOOT_PROTOCOL & HID_PROTOCOL_MOUSE)? 1 : 0))
 
#define HID_MAX_HID_CLASS_DESCRIPTORS   5
 

Macro Definition Documentation

#define KEY_SPACE   0x2c

Definition at line 22 of file hidboot.h.

#define KEY_ZERO   0x27

Definition at line 23 of file hidboot.h.

#define KEY_ZERO2   0x62

Definition at line 24 of file hidboot.h.

#define KEY_ENTER   0x28

Definition at line 25 of file hidboot.h.

#define KEY_PERIOD   0x63

Definition at line 26 of file hidboot.h.

#define KEY_NUM_LOCK   0x53

Definition at line 110 of file hidboot.h.

#define KEY_CAPS_LOCK   0x39

Definition at line 111 of file hidboot.h.

#define KEY_SCROLL_LOCK   0x47

Definition at line 112 of file hidboot.h.

#define totalEndpoints   (((BOOT_PROTOCOL & HID_PROTOCOL_KEYBOARD)? 2 : 0)+((BOOT_PROTOCOL & HID_PROTOCOL_MOUSE)? 1 : 0))

Definition at line 155 of file hidboot.h.

#define epMUL   (((BOOT_PROTOCOL & HID_PROTOCOL_KEYBOARD)? 1 : 0)+((BOOT_PROTOCOL & HID_PROTOCOL_MOUSE)? 1 : 0))

Definition at line 156 of file hidboot.h.

#define HID_MAX_HID_CLASS_DESCRIPTORS   5

Definition at line 157 of file hidboot.h.