MCPcopy Create free account
hub / github.com/XpuOS/xsched / GetDeviceId

Function GetDeviceId

protocol/src/device.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4{
5
6XDeviceId GetDeviceId(XDevice dev)
7{
8 return (uint32_t)dev & 0xFFFFFFFF;
9}
10
11XDeviceType GetDeviceType(XDevice dev)
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected