Home
last modified time | relevance | path

Searched refs:chipFam (Results 1 – 1 of 1) sorted by relevance

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dchipinfo.c93 ChipFamily_t chipFam = FAMILY_Unknown ; in ChipInfo_GetChipFamily() local
100 if ( waferId == 0xB99A ) chipFam = FAMILY_CC26xx ; in ChipInfo_GetChipFamily()
101 else if ( waferId == 0xB9BE ) chipFam = FAMILY_CC13xx ; in ChipInfo_GetChipFamily()
102 else if ( waferId == 0xBB20 ) chipFam = FAMILY_CC26xxLizard ; in ChipInfo_GetChipFamily()
103 else if ( waferId == 0xBB41 ) chipFam = FAMILY_CC26xxAgama ; in ChipInfo_GetChipFamily()
105 return ( chipFam ); in ChipInfo_GetChipFamily()

Completed in 2 milliseconds