Keil Logo

KILL

Syntax Description
KILL BUTTON number Removes a Toolbox buttons.
KILL FUNC * Deletes all µVision3 functions.
KILL FUNC function_name Deletes the function_name µVision3 function.

The KILL command lets you delete previously defined Toolbox buttons and µVision3 functions.

The KILL BUTTON command lets you remove a previously defined Toolbox button. When you use this command, you must specify the number of the Toolbox button to remove. This number displays in the Toolbox window in front of each button.

The KILL FUNC * command removes all previously defined user functions and signal functions. Predefined µVision3 functions are not deleted

The KILL FUNC function_name command removes the specified user function or signal function.

Example

>KILL FUNC ANALOG      /* Delete user function analog */
>KILL FUNC myregs      /* Delete user function myregs */
>KILL FUNC *           /* Delete all user functions     */

>KILL BUTTON 3         /* Kill Toolbox Button number 3  */

>KILL BUTTON 1         /* Kill Toolbox Button number 1  */
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.