Searched refs:PROTOCOL_COMPONENT_LIB (Results 1 – 1 of 1) sorted by relevance
39 static const ProtocolComponent PROTOCOL_COMPONENT_LIB[] = { variable53 for (uint32_t i = 0; i < sizeof(PROTOCOL_COMPONENT_LIB) / sizeof(ProtocolComponent); i++) { in GetProtocolComponent()54 if (PROTOCOL_COMPONENT_LIB[i].protocolType == protocolType) { in GetProtocolComponent()55 return &PROTOCOL_COMPONENT_LIB[i]; in GetProtocolComponent()