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

📄 linbase.h

📁 基于FREESCALE单片机9S08DZ60的LIN从节点的应用层源代码.LIN是通过UART串口来实现的.开发环境为CODEWARRIOR FOR HC08
💻 H
字号:
#ifndef LINBASE_H
#define LINBASE_H
/******************************************************************************
*                                                       
*       Copyright (C) 2005 Freescale Semiconductor, Inc.
*       All Rights Reserved								              
*														                            
* Filename:     linbase.h                
*														                            
* Revision:      										                    
*														                            
* Functions:    Include all needed file for developers
*														                            
* Description:
*
* Notes:        
*
******************************************************************************/

#if defined(LINAPI_1_0)
#include <l_api.h> 
#else /* defined(LINAPI_1_0) */
#include <linapi.h> 
#endif /* defined(LINAPI_1_0) */

#include "derivative.h" /* include peripheral declarations */

#include <lindef.h>
#include <linstd.h>
#include <regs.h>
#include <lininit.h>
#include <linsci.h>
#include <lintmr.h>
#include <linmsg.h>
#include <linprot.h>
#include <linerr.h>
#include <lindbg.h>


#endif /* !define (LINBASE_H) */

⌨️ 快捷键说明

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