MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / U2DeviceExitLatency

Method U2DeviceExitLatency

Kernel/include/xhci.h:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 inline uint16_t U2DeviceExitLatency(){
125 return (hcsParams3 >> 16) & 0xFFFF;
126 }
127
128 inline uint16_t ExtendedCapabilitiesOffset(){
129 return (extendedCapPointer << 2);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected