Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dchipinfo.c127 uint32_t fcfg1UserId = ChipInfo_GetUserId() ; in ChipInfo_GetChipType() local
128 uint32_t fcfg1Protocol = (( fcfg1UserId & FCFG1_USER_ID_PROTOCOL_M ) >> in ChipInfo_GetChipType()
130 uint32_t fcfg1Cc13 = (( fcfg1UserId & FCFG1_USER_ID_CC13_M ) >> in ChipInfo_GetChipType()
132 uint32_t fcfg1Pa = (( fcfg1UserId & FCFG1_USER_ID_PA_M ) >> in ChipInfo_GetChipType()
134 uint32_t fcfg1Hposc = (( fcfg1UserId & 0x01000000 ) >> 24 ) ; in ChipInfo_GetChipType()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dchipinfo.c125 uint32_t fcfg1UserId = ChipInfo_GetUserId(); in ChipInfo_GetChipType() local
126 …uint32_t fcfg1Protocol = (( fcfg1UserId & FCFG1_USER_ID_PROTOCOL_M ) >> FCFG1_USER_ID_PRO… in ChipInfo_GetChipType()
127 …uint32_t fcfg1Cc13 = (( fcfg1UserId & FCFG1_USER_ID_CC13_M ) >> FCFG1_USER_ID_CC13_S … in ChipInfo_GetChipType()
128 uint32_t fcfg1Pa = (( fcfg1UserId & FCFG1_USER_ID_PA_M ) >> FCFG1_USER_ID_PA_S ); in ChipInfo_GetChipType()