Everything

debugger.Interrupt.ReferTimer


This function displays the timer interrupt setting information. [RH850 Simulator]

Remark

This function provides the same function as debugger.XRunBreak.Refer.

[Specification format]

debugger.Interrupt.ReferTimer()

[Argument(s)]

None

[Return value]

List of period time value and period information (TimeType) (see the XRunBreakInfo property for detail)

[Detailed description]

-

This function displays the periodic information (periodic time [Periodic]) of the timer interrupt that is set.

-

If there is no timer interrupt setting, "None" is displayed.

[Example of use]

>>>debugger.Interrupt.ReferTimer()
None
>>>debugger.Interrupt.SetTimer(1, TimeType.S, True)
True
>>>debugger.Interrupt.ReferTimer()
1Second Periodic