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

📄 master.h

📁 LINKit for dz60 freescale code warrior
💻 H
字号:
/******************************************************************************
*                                                                     
*       Copyright (C) 2007 Freescale Semiconductor, Inc.              
*       All Rights Reserved								              
*														              
* Filename:     master.h                
*														              
* Revision:      										              
*														              
* Functions:    LIN matser sample application for LIN S08DZ60 Driver.
*         
* Description:	Header file for master.c.
*
* Notes:        Also serves as an example of use for the LIN driver.
*
******************************************************************************/

void Delay(unsigned int n);
void LostNode();
void NewNode();
void RTC_ISR();
void InitDelay(void);

#define    IOBYTE(address)    (*(( volatile unsigned char*) (address)))
#define    IOWORD(address)    (*(( volatile unsigned int*) (address)))

/* Registers undefined in standard LIN drivers */

⌨️ 快捷键说明

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