AFBR-S50 API Reference Manual v1.5.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
Loading...
Searching...
No Matches
CAN Application Version

AFBR-S50 CAN Application version number. More...

Collaboration diagram for CAN Application Version:

Macros

#define CAN_APP_VERSION_MAJOR   0
 
#define CAN_APP_VERSION_MINOR   1
 
#define CAN_APP_VERSION_BUGFIX   0
 
#define MAKE_VERSION(major, minor, bugfix)    (((major) << 24) | ((minor) << 16) | (bugfix))
 
#define CAN_APP_VERSION
 

Detailed Description

AFBR-S50 CAN Application version number.


Contains the AFBR-S50 CAN Application version number.

Macro Definition Documentation

◆ CAN_APP_VERSION

#define CAN_APP_VERSION
Value:
#define CAN_APP_VERSION_BUGFIX
Definition can_app_version.h:58
#define CAN_APP_VERSION_MAJOR
Definition can_app_version.h:52
#define CAN_APP_VERSION_MINOR
Definition can_app_version.h:55
#define MAKE_VERSION(major, minor, bugfix)
Definition can_app_version.h:63

Version number of the CAN Application.

◆ CAN_APP_VERSION_BUGFIX

#define CAN_APP_VERSION_BUGFIX   0

Bugfix version number of the CAN Application.

◆ CAN_APP_VERSION_MAJOR

#define CAN_APP_VERSION_MAJOR   0

Major version number of the CAN Application.

◆ CAN_APP_VERSION_MINOR

#define CAN_APP_VERSION_MINOR   1

Minor version number of the CAN Application.

◆ MAKE_VERSION

#define MAKE_VERSION (   major,
  minor,
  bugfix 
)     (((major) << 24) | ((minor) << 16) | (bugfix))

Construct the version number for drivers.