MCPcopy Create free account
hub / github.com/ARM-software/armnn / ConstructHeader

Function ConstructHeader

profiling/client/src/ProfilingUtils.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34uint32_t ConstructHeader(uint32_t packetFamily,
35 uint32_t packetId)
36{
37 return (( packetFamily & 0x0000003F ) << 26 )|
38 (( packetId & 0x000003FF ) << 16 );
39}
40
41uint32_t ConstructHeader(uint32_t packetFamily, uint32_t packetClass, uint32_t packetType)
42{

Calls

no outgoing calls

Tested by 1