USB Host Shield 2.0
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 96 of file hidboot.h.

Member Data Documentation

◆ bmLeftCtrl

uint8_t KBDINFO::bmLeftCtrl

Definition at line 99 of file hidboot.h.

◆ bmLeftShift

uint8_t KBDINFO::bmLeftShift

Definition at line 100 of file hidboot.h.

◆ bmLeftAlt

uint8_t KBDINFO::bmLeftAlt

Definition at line 101 of file hidboot.h.

◆ bmLeftGUI

uint8_t KBDINFO::bmLeftGUI

Definition at line 102 of file hidboot.h.

◆ bmRightCtrl

uint8_t KBDINFO::bmRightCtrl

Definition at line 103 of file hidboot.h.

◆ bmRightShift

uint8_t KBDINFO::bmRightShift

Definition at line 104 of file hidboot.h.

◆ bmRightAlt

uint8_t KBDINFO::bmRightAlt

Definition at line 105 of file hidboot.h.

◆ bmRightGUI

uint8_t KBDINFO::bmRightGUI

Definition at line 106 of file hidboot.h.

◆ 

struct { ... }

◆ bReserved

uint8_t KBDINFO::bReserved

Definition at line 108 of file hidboot.h.

◆ Keys

uint8_t KBDINFO::Keys[6]

Definition at line 109 of file hidboot.h.


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