SIM_INTERNAL_UNIT 450 src/simh/sim_timer.c SIM_INTERNAL_UNIT.flags = UNIT_DIS | UNIT_IDLE; SIM_INTERNAL_UNIT 452 src/simh/sim_timer.c sim_register_clock_unit_tmr (&SIM_INTERNAL_UNIT, SIM_INTERNAL_CLK); SIM_INTERNAL_UNIT 749 src/simh/sim_timer.c if ((tmr != newtmr) && (!sim_is_active (&SIM_INTERNAL_UNIT))) { SIM_INTERNAL_UNIT 753 src/simh/sim_timer.c SIM_INTERNAL_UNIT.action = &sim_timer_clock_tick_svc; SIM_INTERNAL_UNIT 754 src/simh/sim_timer.c SIM_INTERNAL_UNIT.flags = UNIT_DIS | UNIT_IDLE; SIM_INTERNAL_UNIT 755 src/simh/sim_timer.c sim_activate_abs (&SIM_INTERNAL_UNIT, 0); SIM_INTERNAL_UNIT 756 src/simh/sim_timer.c sim_rtcn_init_unit (&SIM_INTERNAL_UNIT, (CLK_INIT*CLK_TPS)/sim_int_clk_tps, SIM_INTERNAL_CLK); SIM_INTERNAL_UNIT 767 src/simh/sim_timer.c sim_cancel (&SIM_INTERNAL_UNIT); SIM_INTERNAL_UNIT 787 src/simh/sim_timer.c sim_cancel (&SIM_INTERNAL_UNIT); SIM_INTERNAL_UNIT 827 src/simh/sim_timer.c sim_cancel (&SIM_INTERNAL_UNIT); /* Make sure Internal Timer is stopped */