Home
last modified time | relevance | path

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

/external/platform/cc13xx/cc13xxware/driverlib/
A Dchipinfo.h264 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()
A Dchipinfo.c91 ChipInfo_GetChipFamily( void ) in ChipInfo_GetChipFamily() function
121 switch( ChipInfo_GetChipFamily() ) { in ChipInfo_GetHwRevision()

Completed in 4 milliseconds