#include "chipinfo.h"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... | |
| ChipType_t | ChipInfo_GetChipType (void) |
| Returns chip type. More... | |
| HwRevision_t | ChipInfo_GetHwRevision (void) |
| Returns chip HW revision. More... | |
| void | ThisLibraryIsFor_CC13x0_HwRev20AndLater_HaltIfViolated (void) |
| Verifies that current chip is CC13x0 HwRev 2.0 or later and never returns if violated. More... | |