This function displays the current CPU status.
[Specification format]
[Argument(s)]
None
[Return value]
Current CPU status (string)
|
|
Hold
|
In bus hold
|
HoldStopIdle
|
Bus hold/Software STOP/Hardware STOP/IDLE mode
|
PowOff
|
Power not supplied to the target
|
InitialStop
|
Initial stop
|
Reset
|
In reset state
|
Standby
|
In standby mode
|
Stop
|
In STOP mode
|
StopIdle
|
Software STOP/Hardware STOP/IDLE mode
|
Wait
|
In wait state
|
Halt
|
In HALT mode
|
Sleep
|
In sleep state
|
None
|
N/A
|
[Detailed description]
- | This function displays the current CPU status. |
[Example of use]
>>>debugger.GetCpuStatus()
Stop
>>>
|