Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ U1DeviceExitLatency
Method
U1DeviceExitLatency
Kernel/include/xhci.h:120–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
inline uint8_t U1DeviceExitLatency(){
121
return hcsParams3 & 0xFF;
122
}
123
124
inline uint16_t U2DeviceExitLatency(){
125
return (hcsParams3 >> 16) & 0xFFFF;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected