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 93 of file hidboot.h.

Member Data Documentation

struct { ... }
uint8_t KBDINFO::bmLeftAlt

Definition at line 99 of file hidboot.h.

uint8_t KBDINFO::bmLeftCtrl

Definition at line 97 of file hidboot.h.

uint8_t KBDINFO::bmLeftGUI

Definition at line 100 of file hidboot.h.

uint8_t KBDINFO::bmLeftShift

Definition at line 98 of file hidboot.h.

uint8_t KBDINFO::bmRightAlt

Definition at line 103 of file hidboot.h.

uint8_t KBDINFO::bmRightCtrl

Definition at line 101 of file hidboot.h.

uint8_t KBDINFO::bmRightGUI

Definition at line 104 of file hidboot.h.

uint8_t KBDINFO::bmRightShift

Definition at line 102 of file hidboot.h.

uint8_t KBDINFO::bReserved

Definition at line 106 of file hidboot.h.

uint8_t KBDINFO::Keys[6]

Definition at line 107 of file hidboot.h.


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