lin_isr.h

来自「芯科原厂所有c8051fxx程序的例子。」· C头文件 代码 · 共 38 行

H
38
字号
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME   : LIN_ISR.h
// TARGET MCU  : C8051F52xA-53xA
// DESCRIPTION : Header file for LIN_ISR.c
//

#ifndef _LIN_ISR_H_
#define _LIN_ISR_H_


//-----------------------------------------------------------------------------
// Constant Definitions
//-----------------------------------------------------------------------------


//-----------------------------------------------------------------------------
// Typedefs
//-----------------------------------------------------------------------------


//-----------------------------------------------------------------------------
// Function Prototypes
//-----------------------------------------------------------------------------
void LIN_ISR (void);


//-----------------------------------------------------------------------------
// Extern Variable Declarations
//-----------------------------------------------------------------------------


//-----------------------------------------------------------------------------
// Additional SFR Definitions
//-----------------------------------------------------------------------------


#endif	// _LIN_ISR_H_

⌨️ 快捷键说明

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