slave.id

来自「LINKit for dz60 freescale code warrior」· ID 代码 · 共 31 行

ID
31
字号
#ifndef LINMSGID_H
#define LINMSGID_H
/******************************************************************************
*                                                                     
*       Copyright (C) 2007 Freescale Semiconductor, Inc.              
*       All Rights Reserved								              
*														              
* Filename:     slave.id                
*														              
* Revision:      										              
*														              
* Functions:    Message Identifier configuration for LIN S08DZ60 Driver Slave sample
*         
* Description:  
*
* Notes:        
*
******************************************************************************/

#define LIN_MSG_17  LIN_RECEIVE

#define LIN_MSG_17_LEN	2       /* standard length */

#define LIN_MSG_11  LIN_SEND

#define LIN_MSG_11_LEN	2  


#endif /* defined(LINMSGID_H)*/

⌨️ 快捷键说明

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