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

Method IST

Kernel/include/xhci.h:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 inline uint8_t IST(){ // Isochronous Scheduling Threshold
109 return hcsParams2 & 0xF;
110 }
111
112 inline uint8_t ERSTMax(){ // Event Ring Segment Table Max
113 return (hcsParams2 >> 4) & 0xF;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected