2025-04-26 16:03:23 +08:00

32 lines
699 B
C

/**
******************************************************************************
* @file
* @author
* @version
* @date
* @brief
* @function List:
******************************************************************************
* @attention
*
*
* <h2><center>&copy; COPYRIGHT 2021 </center></h2>
******************************************************************************
* @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