lin_diagnostic.h
来自「芯科原厂所有c8051fxx程序的例子。」· C头文件 代码 · 共 42 行
H
42 行
// 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 + =
减小字号Ctrl + -
显示快捷键?