#include <driverlib/chipinfo.h>Go to the source code of this file.
Macros | |
| #define | BV(x) ( 1 << ( x )) |
Functions | |
| ProtocolBitVector_t | ChipInfo_GetSupportedProtocol_BV (void) |
| Returns bit vector showing supported protocols. More... | |
| PackageType_t | ChipInfo_GetPackageType (void) |
| Returns package type. More... | |
| ChipFamily_t | ChipInfo_GetChipFamily (void) |
| Returns chip family member. More... | |
| HwRevision_t | ChipInfo_GetHwRevision (void) |
| Returns chip HW revision. More... | |
| void | ThisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIfViolated (void) |
| Verifies that current chip is built for CC26xx HwRev 2.2 or later and never returns if violated. More... | |
| #define BV | ( | x | ) | ( 1 << ( x )) |
Definition at line 47 of file chipinfo.c.
Referenced by ChipInfo_GetChipFamily().