《嵌入式系统开发及应用实验教程第二版》增加的光盘内容.docVIP

  • 8
  • 0
  • 约8.25万字
  • 约 71页
  • 2018-06-24 发布于湖北
  • 举报

《嵌入式系统开发及应用实验教程第二版》增加的光盘内容.doc

《嵌入式系统开发与应用实验教程第二版》增加的光盘内容: 《嵌入式系统开发与应用教程》/第五章 《嵌入式系统开发与应用教程》/第五章/5.3嵌入式C语言程序设计基础/例程一44blib.h “44blib.h” 以下是“44blib.h”的定义: /********************************************************************** * File: 44BLIB.H * Desc: Samsung 44B0X CPU function declare and common define **********************************************************************/ #ifndef __44BLIB_H__ #define __44BLIB_H__ #ifdef __cplusplus extern C { #endif //常量 本部分内容定义了一些常量 #define DebugOut Uart_Printf #define min(x1,x2) ((x1x2)? x1:x2) #define max(x1,x2) ((x1x2)? x1:x2) #define ONESEC0 (62500) //16us resolution, max 1.04

文档评论(0)

1亿VIP精品文档

相关文档