CC26xx Driver Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
driverlib_ver.h File Reference
#include <stdint.h>

Go to the source code of this file.

Macros

#define DRIVERLIB_MAJOR_VER   2
 DriverLib major revision (incompatible with other major versions) More...
 
#define DRIVERLIB_MINOR_VER   00
 DriverLib minor revision (may affect software use of DriverLib) More...
 
#define DRIVERLIB_PATCH_VER   06
 DriverLib patch revision (patches and bug fixes) More...
 
#define DRIVERLIB_BUILD_ID   42416
 DriverLib build identification number (source code base version) More...
 
#define DRIVERLIB_DECLARE_VERSION(major, minor, patch, build)   const volatile uint8_t driverlib_version_##major##_##minor##_##patch##_##build
 
#define DRIVERLIB_ASSERT_VERSION(major, minor, patch, build)   (driverlib_version_##major##_##minor##_##patch##_##build)
 
#define DRIVERLIB_ASSERT_CURR_VERSION()   DRIVERLIB_ASSERT_VERSION(2, 00, 06, 42416)
 

Functions

 DRIVERLIB_DECLARE_VERSION (2, 00, 06, 42416)
 External declaration of the DriverLib version locking object. More...