?? linmsgid.h
字號:
#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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -