Searched refs:ChipInfo_GetChipFamily (Results 1 – 2 of 2) sorted by relevance
264 extern ChipFamily_t ChipInfo_GetChipFamily( void );277 return ( ChipInfo_GetChipFamily() == FAMILY_CC26xx ); in ChipInfo_ChipFamilyIsCC26xx()291 return ( ChipInfo_GetChipFamily() == FAMILY_CC13xx ); in ChipInfo_ChipFamilyIsCC13xx()305 return ( ChipInfo_GetChipFamily() == FAMILY_CC26xxLizard ); in ChipInfo_ChipFamilyIsCC26xxLizard()319 return ( ChipInfo_GetChipFamily() == FAMILY_CC26xxAgama ); in ChipInfo_ChipFamilyIsCC26xxAgama()
91 ChipInfo_GetChipFamily( void ) in ChipInfo_GetChipFamily() function121 switch( ChipInfo_GetChipFamily() ) { in ChipInfo_GetHwRevision()
Completed in 4 milliseconds