Everything

debugger.Interrupt.RequestFE


This function sends an FE-level interrupt request to the interrupt controller. [RH850 Simulator (G4MH)]

[Specification format]

debugger.Interrupt.RequestFE(channelNumber)

[Argument(s)]

Argument

Description

channelNumber

Specify the channel number of the FE-level interrupt.

[Return value]

If the interrupt request was successful :True

If the interrupt request failed :False

[Detailed description]

-

This function sends an FE-level interrupt request to the interrupt controller.

-

Generation of the interrupt depends on the settings and state of the interrupt controller.

[Example of use]

>>>debugger.Interrupt.RequestFE(0)
True
>>>