TimerDelay_H.h
上传用户:gxz1972
上传日期:2019-09-13
资源大小:323k
文件大小:2k
- //-----------------------------------------------------------------------------
- // nRF2401RX.c
- //-----------------------------------------------------------------------------
- // Copyright 2007 Vson Technology, Inc.
- // http://www.usbmcu.com
- //
- // Program Description:
- //
- //
- //
- //
- //
- // MCU: C8051F347
- // Tool chain: Keil C51 7.50 / Keil EVAL C51
- // Silicon Laboratories IDE version 2.6
- // Command Line:
- // Project Name: TR1000
- //
- //
- // Release 1.0
- // -All changes by Brin
- // -24 JUL 2007
- //
- #ifndef TimerDelay_H
- #define TimerDelay_H //在#ifndef 之后定义 对#ifndef 没有任何作用
- //-----------------------------------------------------------------------------
- // Function Prototypes
- //-----------------------------------------------------------------------------
- void DelayMs(unsigned int);
- void StartTimer2(unsigned int);
- void StopTimer2(void);
- //-----------------------------------------------------------------------------
- // Global Constants
- //-----------------------------------------------------------------------------
-
- //--------------------------
- // Begin device details
- //--------------------------
- //--------------------------
- // End device details
- //--------------------------
- //********************************************************
- //********************************************************
- #endif // F34x_USB_CONFIG_H
- //-----------------------------------------------------------------------------
- // End Of File
- //-----------------------------------------------------------------------------