boot_can.h
来自「ccp」· C头文件 代码 · 共 31 行
H
31 行
/*******************************************************************************
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 + =
减小字号Ctrl + -
显示快捷键?