📄 boot_can.h
字号:
/*******************************************************************************
File Name : boot_can.h
Date : 14.08.2001
Version : 1.0
Desciption : header for boot_can.c
CCP Driver Example
*******************************************************************************/
// -----------------------------------------------------------------------------
// DEFINITION
// -----------------------------------------------------------------------------
#ifndef __BOOT_CAN_H_
#define __BOOT_CAN_H_
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
// CAN Transmit / Receive functions
// -----------------------------------------------------------------------------
void ccpBootInit (int, int);
int ccpBootTransmitCrmPossible( void );
void ccpBootTransmitCrm (unsigned char *msg);
int ccpBootReceiveCro (unsigned char *msg);
// -----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -