Home
last modified time | relevance | path

Searched refs:PAD_9 (Results 1 – 2 of 2) sorted by relevance

/bsp/x86/drivers/
A Dkeyboard.h112 #define PAD_9 (0x3B + FLAG_EXT) /* 9 */ macro
119 #define PAD_PAGEUP PAD_9 /* Page Up */
A Dkeyboard.c180 if ((key >= PAD_SLASH) && (key <= PAD_9)) { in keyboard_read()
200 if ((key >= PAD_0) && (key <= PAD_9)) { in keyboard_read()

Completed in 8 milliseconds