39 lines
1.7 KiB
C
39 lines
1.7 KiB
C
|
/******************************************************************************
|
||
|
|
||
|
*****************************************************************************/
|
||
|
|
||
|
/******************************************************************************
|
||
|
* Description: : Include File Section
|
||
|
******************************************************************************/
|
||
|
#include "CanTp_Cfg.h"
|
||
|
|
||
|
/******************************************************************************
|
||
|
* Description: : Global Variable Definition Section
|
||
|
******************************************************************************/
|
||
|
const unsigned char TP_DUMMY = 0xAA;
|
||
|
const CanIf_CanIdType CANTP_ADDR_PHY_REQ_const = CANTP_ADDR_PHY_REQ;
|
||
|
const CanIf_CanIdType CANTP_ADDR_FUNC_REQ_const = CANTP_ADDR_FUNC_REQ;
|
||
|
const CanIf_CanIdType CANTP_RESP_CANID_const = CANTP_RESP_CANID;
|
||
|
|
||
|
const uint8 CANTP_RX_STMIN = CANTP_RX_STMIN_DEFINE;
|
||
|
|
||
|
const uint16 CANTP_BS_TIMEOUT = CANTP_BS_TIMEOUT_DEFINE;
|
||
|
const uint16 CANTP_CR_TIMEOUT = CANTP_CR_TIMEOUT_DEFINE ;
|
||
|
const uint16 CANTP_APP_RESP_78NEG = CANTP_APP_RESP_78NEG_DEFINE;
|
||
|
/******************************************************************************
|
||
|
* Description: : Static Variable Definition Section
|
||
|
******************************************************************************/
|
||
|
|
||
|
/******************************************************************************
|
||
|
* Description: : Static Function Prototype Declaration
|
||
|
*****************************************************************************/
|
||
|
|
||
|
/******************************************************************************
|
||
|
* Description: : Write User Function Code
|
||
|
*****************************************************************************/
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|