首页 > 其他 > 详细

KEIL的一些函数

时间:2019-06-02 16:01:18      阅读:90      评论:0      收藏:0      [点我收藏+]

一 Predefined Functions:http://www.keil.com/support/man/docs/uv4cl/uv4cl_df_predeffunct.htm

主要有三角/反三角函数计算、对/指数运算、在指定地址读和写字节/字/浮点/长整型、随机数、打印输出和输入、延迟和延时函数(信号函数调用)

技术分享图片

二 The DEFINE command creates a symbol of a specified type in Toolbox,和执行操作http://www.keil.com/support/man/docs/uv4cl/uv4cl_cm_define.htm

      DEFINE BUTTON "My Registers", "MyRegs()" //定义工具箱来调试

  Kill Button ID /*删除ID*/

    命令行下ESC撤销

三 用户自定义函数:User functions should not invoke Signal Functions or the built-in function twatch.

FUNC return_type fname (parameter_list) {
  statements
}

KEIL的一些函数

原文:https://www.cnblogs.com/jieruishu/p/10963042.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!