StuBS
|
PS/2 Controller (Intel 8042, also known as Keyboard Controller) More...
Namespaces | |
namespace | PS2Controller |
PS/2 Controller. | |
Functions | |
void | PS2Controller::init () |
Initialization of connected devices. | |
bool | PS2Controller::fetch (Key &pressed) |
Retrieve the keyboard event. | |
bool | PS2Controller::fetch (Pointer &state) |
Retrieve the mouse event. | |
void | PS2Controller::setRepeatRate (Speed speed, Delay delay) |
Configure the repeat rate of the keyboard. | |
void | PS2Controller::setLed (enum LED led, bool on) |
Enable or disable a keyboard LED. | |
void | PS2Controller::drainBuffer () |
Empties the keyboard buffer. | |
PS/2 Controller (Intel 8042, also known as Keyboard Controller)