7.9.8.83. GEL_SyncHaltΒΆ
Perform a halt operation on every target that is in the same group as the current target.
Format
GEL_SyncHalt( );
Parameters
None
Description
Performs a halt operation on every target that is in the same group as the current target. The operation performed is the same as the halt command that may be invoked from the PDM debug menu.
As with the other synchronous operations, the operation is performed on all targets simultaneously.
Synchronous
Synchronous from GEL: No
Completely synchronous: No
Example
GEL_SyncHalt( );
Related Topics