Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/driver/
H A Drtc.rs251 let is_24h: bool = (status_register_b & 0x02) != 0; in read_time() localVariable
285 if (!is_24h) && (res.hour & 0x80) != 0 { in read_time()