This function recovers the Switch Area Status. [RH850 G4MH] [E2/IE850A]
[Specification format]
debugger.Register.RecoverSWAS()
|
[Argument(s)]
None
[Return value]
If recovery of the Switch Area Status was successful : True
If recovery of the Switch Area Status failed : False
[Detailed description]
- | This function recovers the Switch Area Status. |
[Example of use]
>>>debugger.RecoverSWAS()
True
>>>
|