UbixOS
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 154 of file atkbd.c.
References atkbd_isr(), dDpl0, dInt, dPresent, mVec, setLED(), and setVector().
void atkbd_isr | ( | ) |
void keyboardHandler | ( | ) |
void setLED | ( | ) |
Definition at line 333 of file atkbd.c.
References inportByte(), and outportByte().
Referenced by atkbd_init().