slave.h

来自「LINKit for dz60 freescale code warrior」· C头文件 代码 · 共 25 行

H
25
字号
/******************************************************************************
*                                                                     
*       Copyright (C) 2005 Freescale Semiconductor, Inc.              
*       All Rights Reserved								              
*														              
* Filename:     slave.h                
*														              
* Revision:      										              
*														              
* Functions:    LIN slave sample application for LIN S08DZ60 Driver.
*         
* Description:	Header file for slave.c.
*
* Notes:        Also serves as an example of use for the LIN driver.
*
******************************************************************************/

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

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

⌨️ 快捷键说明

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