linmsgid.h

来自「飞思卡尔车身控制技术研讨会资料 里面有LIN的主从节点源程序」· C头文件 代码 · 共 36 行

H
36
字号
#ifndef LINMSGID_H
#define LINMSGID_H
/******************************************************************************
*                                                       
*       Copyright (C) 2005 Freescale Semiconductor, Inc.
*       All Rights Reserved								              
*														                            
* Filename:     linmsgid.h                
*														                            
* Revision:      										                    
*														                            
* Functions:    Message Identifier and Length configuration for Freescale API
*														                            
* Description:  This is a template file for message id and length configuration.
*														                            
* Notes:        For Master node: all non-standard message's length used in the
*														                            
******************************************************************************/


#define LIN_MSG_04      LIN_SEND    /* Message identifier */   
#define LIN_MSG_04_LEN	2       /* Length */

#define LIN_MSG_08      LIN_SEND    
#define LIN_MSG_08_LEN	2       

#define LIN_MSG_10      LIN_SEND
#define LIN_MSG_10_LEN	2

#define LIN_MSG_20      LIN_SEND
#define LIN_MSG_20_LEN	2


#endif /* defined(LINMSGID_H)*/

⌨️ 快捷键说明

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