Home
last modified time | relevance | path

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

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dchipinfo.c94 uint32_t waferId ; in ChipInfo_GetChipFamily() local
96 waferId = (( HWREG( FCFG1_BASE + FCFG1_O_ICEPICK_DEVICE_ID ) & in ChipInfo_GetChipFamily()
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()

Completed in 3 milliseconds