SIM_INTERNAL_UNIT 466 src/simh/sim_timer.c SIM_INTERNAL_UNIT.flags = UNIT_DIS | UNIT_IDLE; SIM_INTERNAL_UNIT 468 src/simh/sim_timer.c sim_register_clock_unit_tmr (&SIM_INTERNAL_UNIT, SIM_INTERNAL_CLK); SIM_INTERNAL_UNIT 800 src/simh/sim_timer.c if ((tmr != newtmr) && (!sim_is_active (&SIM_INTERNAL_UNIT))) { SIM_INTERNAL_UNIT 806 src/simh/sim_timer.c SIM_INTERNAL_UNIT.action = &sim_timer_clock_tick_svc; SIM_INTERNAL_UNIT 807 src/simh/sim_timer.c SIM_INTERNAL_UNIT.flags = UNIT_DIS | UNIT_IDLE; SIM_INTERNAL_UNIT 808 src/simh/sim_timer.c sim_activate_abs (&SIM_INTERNAL_UNIT, 0); SIM_INTERNAL_UNIT 809 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 822 src/simh/sim_timer.c sim_cancel (&SIM_INTERNAL_UNIT); SIM_INTERNAL_UNIT 844 src/simh/sim_timer.c sim_cancel (&SIM_INTERNAL_UNIT); SIM_INTERNAL_UNIT 884 src/simh/sim_timer.c sim_cancel (&SIM_INTERNAL_UNIT); /* Make sure Internal Timer is stopped */