USB Host Shield 2.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
KBDINFO Struct Reference

#include <hidboot.h>

Public Attributes

struct {
   uint8_t   bmLeftCtrl: 1
 
   uint8_t   bmLeftShift: 1
 
   uint8_t   bmLeftAlt: 1
 
   uint8_t   bmLeftGUI: 1
 
   uint8_t   bmRightCtrl: 1
 
   uint8_t   bmRightShift: 1
 
   uint8_t   bmRightAlt: 1
 
   uint8_t   bmRightGUI: 1
 
}; 
 
uint8_t bReserved
 
uint8_t Keys [6]
 

Detailed Description

Definition at line 85 of file hidboot.h.

Member Data Documentation

uint8_t KBDINFO::bmLeftCtrl

Definition at line 88 of file hidboot.h.

uint8_t KBDINFO::bmLeftShift

Definition at line 89 of file hidboot.h.

uint8_t KBDINFO::bmLeftAlt

Definition at line 90 of file hidboot.h.

uint8_t KBDINFO::bmLeftGUI

Definition at line 91 of file hidboot.h.

uint8_t KBDINFO::bmRightCtrl

Definition at line 92 of file hidboot.h.

uint8_t KBDINFO::bmRightShift

Definition at line 93 of file hidboot.h.

uint8_t KBDINFO::bmRightAlt

Definition at line 94 of file hidboot.h.

uint8_t KBDINFO::bmRightGUI

Definition at line 95 of file hidboot.h.

struct { ... }
uint8_t KBDINFO::bReserved

Definition at line 97 of file hidboot.h.

uint8_t KBDINFO::Keys[6]

Definition at line 98 of file hidboot.h.


The documentation for this struct was generated from the following file: