Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dchipinfo.c80 PackageType_t packType = (PackageType_t)(( in ChipInfo_GetPackageType() local
85 if (( packType < PACKAGE_4x4 ) || in ChipInfo_GetPackageType()
86 ( packType > PACKAGE_7x7_SIP ) ) in ChipInfo_GetPackageType()
88 packType = PACKAGE_Unknown; in ChipInfo_GetPackageType()
91 return ( packType ); in ChipInfo_GetPackageType()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dchipinfo.c81 PackageType_t packType = (PackageType_t)(( in ChipInfo_GetPackageType() local
86 if (( packType < PACKAGE_4x4 ) || in ChipInfo_GetPackageType()
87 ( packType > PACKAGE_7x7_SIP ) ) in ChipInfo_GetPackageType()
89 packType = PACKAGE_Unknown; in ChipInfo_GetPackageType()
92 return ( packType ); in ChipInfo_GetPackageType()