can_msgs.h
来自「This ZIP file contains the support files」· C头文件 代码 · 共 12 行
H
12 行
/******************************************************************************
C167CR CAN Ap. Note project
CAN message id's
These are not standardized, but must be defined for each network design.
Copyright (c) 1997 Keil Software
******************************************************************************/
#define CAN_TIME_MSG (0x555ul << 18) /* 11-bit id: 101 0101 0101 */
#define LEN_CAN_TIME_MSG 4
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?