See Stack Information for documentation. More...

Macros

#define EMBER_MAJOR_VERSION   2
 
#define EMBER_MINOR_VERSION   6
 
#define EMBER_PATCH_VERSION   2
 
#define EMBER_SPECIAL_VERSION   0
 
#define EMBER_BUILD_NUMBER   0
 
#define EMBER_FULL_VERSION
 
#define EMBER_VERSION_TYPE   EMBER_VERSION_TYPE_GA
 
#define SOFTWARE_VERSION   EMBER_FULL_VERSION
 

Detailed Description

See Stack Information for documentation.

License

Copyright 2018 Silicon Laboratories Inc. www.silabs.com

The licensor of this software is Silicon Laboratories Inc. Your use of this software is governed by the terms of Silicon Labs Master Software License Agreement (MSLA) available at www.silabs.com/about-us/legal/master-software-license-agreement. This software is distributed to you in Source Code format and is governed by the sections of the MSLA applicable to Source Code. See also config.h.

This documentation was produced from the following software release and build.

SOFTWARE_VERSION0x4700High byte = release number, low byte = patch number

Macro Definition Documentation

#define EMBER_BUILD_NUMBER   0

Definition at line 36 of file config.h.

#define EMBER_FULL_VERSION
Value:
( ((uint16_t)EMBER_MAJOR_VERSION << 12) \
| ((uint16_t)EMBER_MINOR_VERSION << 8) \
| ((uint16_t)EMBER_PATCH_VERSION << 4) \
| ((uint16_t)EMBER_SPECIAL_VERSION))
#define EMBER_SPECIAL_VERSION
Definition: config.h:33
#define EMBER_MINOR_VERSION
Definition: config.h:31
#define EMBER_PATCH_VERSION
Definition: config.h:32
#define EMBER_MAJOR_VERSION
Definition: config.h:30

Definition at line 38 of file config.h.

#define EMBER_MAJOR_VERSION   2

Definition at line 30 of file config.h.

#define EMBER_MINOR_VERSION   6

Definition at line 31 of file config.h.

#define EMBER_PATCH_VERSION   2

Definition at line 32 of file config.h.

#define EMBER_SPECIAL_VERSION   0

Definition at line 33 of file config.h.

#define EMBER_VERSION_TYPE   EMBER_VERSION_TYPE_GA

Definition at line 43 of file config.h.

#define SOFTWARE_VERSION   EMBER_FULL_VERSION

Software version. High byte = release number, low byte = patch number.

Definition at line 48 of file config.h.