This function displays the timer interrupt setting information. [RH850 Simulator]
This function provides the same function as debugger.XRunBreak.Refer. |
List of period time value and period information (TimeType) (see the XRunBreakInfo property for detail)
This function displays the periodic information (periodic time [Periodic]) of the timer interrupt that is set. |
>>>debugger.Interrupt.ReferTimer() None >>>debugger.Interrupt.SetTimer(1, TimeType.S, True) True >>>debugger.Interrupt.ReferTimer() 1Second Periodic |