#include <stdint.h>Macros | |
| #define | DRIVERLIB_RELEASE_GROUP 0 |
| DriverLib release group number. More... | |
| #define | DRIVERLIB_RELEASE_BUILD 48919 |
| 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, 48919) |
Functions | |
| DRIVERLIB_DECLARE_RELEASE (0, 48919) | |
| External declaration of the DriverLib release locking object. More... | |