📄 can_defines.h
字号:
/*******************************************************************************
File Name : can_defines.h
Date : 14.08.2001
Version : 1.0
Desciption : Vector definitions
*******************************************************************************/
// -----------------------------------------------------------------------------
// General data types
// -----------------------------------------------------------------------------
typedef unsigned char canuint8;
typedef signed char cansint8;
typedef unsigned short canuint16;
typedef signed short cansint16;
typedef unsigned long canuint32;
typedef signed long cansint32;
typedef unsigned char canbittype;
// -----------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -