Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/timers/rtc/
Drtc.c28 bool is_24h = ((status_register_B & 0x02) ? true : false); // 判断是否启用24小时模式 in rtc_get_cmos_time() local
54 if ((!is_24h) && t->hour & 0x80) // 将十二小时制转为24小时 in rtc_get_cmos_time()