Keil™, An ARM® Company

µVision® User's Guide

SIGNAL

SyntaxDescription
SIGNAL KILL function_nameDeactivates the specified active signal function.
SIGNAL STATEDisplays the active signal functions.

The SIGNAL command lets you display or kill active signal functions.

Example
>SIGNAL KILL ANALOG0          /* Deactivate the analog0 signal function */

The above example shows how to deactivate an active signal function.

>SIGNAL STATE
 0  idle     Signal = ANALOG0 (line 10)

The above example displays the active signal functions. The function number, function status (idle or running), function name (ANALOG0 in this case), and line number of the last executed statement are displayed.