Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/
H A Dkeyboard_parser.rs380 static PRTSC_SCAN_CODE: [u8; 4] = [0xe0, 0x2a, 0xe0, 0x37]; in handle_prtsc_press() constant
389 if scancode != PRTSC_SCAN_CODE[i as usize] { in handle_prtsc_press()
405 static PRTSC_SCAN_CODE: [u8; 4] = [0xe0, 0xb7, 0xe0, 0xaa]; in handle_prtsc_release() variable
414 if scancode != PRTSC_SCAN_CODE[i as usize] { in handle_prtsc_release()