Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/libs/
Dkeyboard_parser.rs382 static PRTSC_SCAN_CODE: [u8; 4] = [0xe0, 0x2a, 0xe0, 0x37]; in handle_prtsc_press() constant
391 if scancode != PRTSC_SCAN_CODE[i as usize] { in handle_prtsc_press()
410 static PRTSC_SCAN_CODE: [u8; 4] = [0xe0, 0xb7, 0xe0, 0xaa]; in handle_prtsc_release() constant
419 if scancode != PRTSC_SCAN_CODE[i as usize] { in handle_prtsc_release()