/** ****************************************************************************** * @file * @author * @version * @date * @brief * @function List: ****************************************************************************** * @attention * * *

© COPYRIGHT 2021

****************************************************************************** * @History: * @Author: * @Data: * @Version: */ #ifndef _CANTRCV_H_ #define _CANTRCV_H_ #include "gpio.h" /* derivative-specific definitions */ #include "Std_Types.h" #define CAN_TRSCV_TYPE (1U) /* 0: TLE6250; 1: TLE6251DS /TJA1040 */ void CanTrcv_Init(void); void CanTrcv_Disable(void); #endif