工况1:主程序中将定时器数据赋值给变量tm

工况2:主程序中将变量tm赋值给TH0与TL0

tm.byte.h = TH0;

tm.byte.l = TL0;

TH0 = tm.byte.h;

TL0 = tm.byte.l;