Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dchipinfo.c103 ChipFamily_t chipFam = FAMILY_Unknown; in ChipInfo_GetChipFamily() local
109 chipFam = FAMILY_CC13x2x7_CC26x2x7; in ChipInfo_GetChipFamily()
112 return ( chipFam ); in ChipInfo_GetChipFamily()
124 ChipFamily_t chipFam = ChipInfo_GetChipFamily(); in ChipInfo_GetChipType() local
130 if ( chipFam == FAMILY_CC13x2x7_CC26x2x7 ) { in ChipInfo_GetChipType()
173 ChipFamily_t chipFam = ChipInfo_GetChipFamily(); in ChipInfo_GetHwRevision() local
175 if ( chipFam == FAMILY_CC13x2x7_CC26x2x7 ) { in ChipInfo_GetHwRevision()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dchipinfo.c104 ChipFamily_t chipFam = FAMILY_Unknown ; in ChipInfo_GetChipFamily() local
111 chipFam = FAMILY_CC13x2_CC26x2 ; in ChipInfo_GetChipFamily()
114 return ( chipFam ); in ChipInfo_GetChipFamily()
126 ChipFamily_t chipFam = ChipInfo_GetChipFamily() ; in ChipInfo_GetChipType() local
136 if ( chipFam == FAMILY_CC13x2_CC26x2 ) { in ChipInfo_GetChipType()
190 ChipFamily_t chipFam = ChipInfo_GetChipFamily() ; in ChipInfo_GetHwRevision() local
192 if ( chipFam == FAMILY_CC13x2_CC26x2 ) { in ChipInfo_GetHwRevision()