EE445M RTOS
Taken at the University of Texas Spring 2015
kbd.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  KBD_SCAN_CODES { SC_BACKSPACE = 8, SC_CR = 13 }
 

Enumeration Type Documentation

Contains key scan codes corresponding to a standard US keyboard.

Enumerator
SC_BACKSPACE 
SC_CR 

Definition at line 6 of file kbd.h.

6  {
7 
8  SC_BACKSPACE = 8,
9  SC_CR = 13,
KBD_SCAN_CODES
Definition: kbd.h:6
Definition: kbd.h:9