|
UbixOS V2
2.0
|

Go to the source code of this file.
Macros | |
| #define | altKey 4 |
| #define | controlKey 2 |
| #define | ledCapslock 4 |
| #define | ledNumlock 2 |
| #define | ledScrolllock 1 |
| #define | shiftKey 1 |
Functions | |
| int | atkbd_init () |
| void | atkbd_isr () |
| void | keyboardHandler () |
| void | setLED () |
| int atkbd_init | ( | ) |
Definition at line 153 of file atkbd.c.
References atkbd_isr(), dDpl0, dInt, dPresent, mVec, setLED(), and setVector().

| void atkbd_isr | ( | ) |
| void keyboardHandler | ( | ) |
| void setLED | ( | ) |
Definition at line 336 of file atkbd.c.
References inportByte(), and outportByte().
Referenced by atkbd_init().
