CC13xx Driver Library
chipinfo.c File Reference

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 ThisCodeIsBuiltForCC13xxHwRev20AndLater_HaltIfViolated (void)
 Verifies that curent chip is built for CC13xx HwRev 2.0 or later and never returns if violated. More...
 

Macro Definition Documentation

#define BV (   x)    ( 1 << ( x ))

Definition at line 47 of file chipinfo.c.