Diag_ID_Def.h 517 Bytes
Newer Older
李俭双's avatar
李俭双 committed
1 2 3 4 5 6 7 8 9 10
/******************************************************************************
文 件 名:Diag_ID_Def
功能描述:诊断地址配置文件
作    者:张暄
版    本:V1.0
日    期:2016.9.22
******************************************************************************/
#ifndef _DIAG_ID_DEF_H_
#define _DIAG_ID_DEF_H_

张明扬's avatar
张明扬 committed
11 12
#define DIAG_ID_Tx      0x0794u     /*发送ID*/
#define DIAG_ID_Rx_PHY  0x0714u     /*接收ID,物理寻址*/
李俭双's avatar
李俭双 committed
13 14 15
#define DIAG_ID_Rx_FUN  0x07DFu     /*接收ID,功能寻址*/

#endif