Searched refs:is_24h (Results 1 – 1 of 1) sorted by relevance
28 bool is_24h = ((status_register_B & 0x02) ? true : false); // 判断是否启用24小时模式 in rtc_get_cmos_time() local54 if ((!is_24h) && t->hour & 0x80) // 将十二小时制转为24小时 in rtc_get_cmos_time()