CC26xx Driver Library
driverlib_release.h File Reference
#include <stdint.h>

Macros

#define DRIVERLIB_RELEASE_GROUP   0
 DriverLib release group number. More...
 
#define DRIVERLIB_RELEASE_BUILD   55938
 DriverLib release build number. More...
 
#define DRIVERLIB_DECLARE_RELEASE(group, build)   const volatile uint8_t driverlib_release_##group##_##build
 
#define DRIVERLIB_ASSERT_RELEASE(group, build)   (driverlib_release_##group##_##build)
 
#define DRIVERLIB_ASSERT_CURR_RELEASE()   DRIVERLIB_ASSERT_RELEASE(0, 55938)
 

Functions

 DRIVERLIB_DECLARE_RELEASE (0, 55938)
 External declaration of the DriverLib release locking object. More...