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

📄 lin_diagnostic.h

📁 芯科原厂所有c8051fxx程序的例子。
💻 H
字号:
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME   : LIN_Diagnostic.h
// TARGET MCU  : C8051F52xA-53xA
// DESCRIPTION : Header file for LIN_Diagnostic.c
//

#ifndef _LIN_DIAGNOSTIC_H_
#define _LIN_DIAGNOSTIC_H_


//-----------------------------------------------------------------------------
// Constant Definitions
//-----------------------------------------------------------------------------
#define  GO_TO_SLEEP_COMMAND  0x00


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


//-----------------------------------------------------------------------------
// Function Prototypes
//-----------------------------------------------------------------------------
void  l_get_diagnostic_tx_frame_data (l_u8 * frame_data);
void  l_diagnostic_tx_complete (l_u8 * frame_data);
void  l_process_rx_diagnostic_data(l_u8 * frame_data);


//-----------------------------------------------------------------------------
// Extern Variable Declarations
//-----------------------------------------------------------------------------
extern   l_u8  NAD_tx_std_ifc;


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


#endif	// _LIN_DIAGNOSTIC_H_

⌨️ 快捷键说明

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