⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 isr_lpc23xx.h

📁 Show Interworking of ARM/Thumb code on LPC23xx
💻 H
字号:
/*****************************************************************************
 *
 *      Project:    Clock Example
 *      Name:       Example
 *      Filename:   Isr.h
 *      Date:       06.04.2001
 *      Rights:     hitex-systementwicklung GmbH
 *                  Greschbachstr. 12
 *                  76229  Karlsruhe
 *
 ****************************************************************************/

/**************************** module isr.h **********************************/

#include "lpc23xx.h"

extern void init_isr(void);
extern void init_hw(void);
extern void controller_specific (unsigned char value);
extern void lcdout_HitexLogo(void);

// 2 Macros for setting, clearing a Portpin of Port 0.
// note the Pins have to be initialized as GPIO outputs.
// The macros are intended for time measurement.
 
#define setTimerPin( PIN )  IOSET0 = PIN
#define clearTimerPin( PIN )  IOCLR0 = PIN

/************************************* EOF **********************************/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -