Home
last modified time | relevance | path

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

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dchipinfo.h92 extern ProtocolBitVector_t ChipInfo_GetSupportedProtocol_BV( void );
106 return (( ChipInfo_GetSupportedProtocol_BV() & PROTOCOLBIT_BLE ) != 0 ); in ChipInfo_SupportsBLE()
120 return (( ChipInfo_GetSupportedProtocol_BV() & PROTOCOLBIT_IEEE_802_15_4 ) != 0 ); in ChipInfo_SupportsIEEE_802_15_4()
134 return (( ChipInfo_GetSupportedProtocol_BV() & PROTOCOLBIT_Proprietary ) != 0 ); in ChipInfo_SupportsPROPRIETARY()
A Dchipinfo.c56 ChipInfo_GetSupportedProtocol_BV( void ) in ChipInfo_GetSupportedProtocol_BV() function

Completed in 4 milliseconds