7.7.8.73. GEL_Reset()ΒΆ

Resets target system.

Syntax

GEL_Reset();

Description

The Reset() function resets the target system and reloads the monitor. Note that this is a software reset. The GEL_Reset() function performs a device reset via emulation. Peripherals, by design, may or may not be affected by this function.

Synchronous

Synchronous from GEL: Yes

Completely synchronous: Yes

Example

GEL_Reset();

Related Topics

GEL_Halt

GEL_Restart

GEL_Run

OnPreReset

OnReset