| 122 | } |
| 123 | |
| 124 | inline uint16_t U2DeviceExitLatency(){ |
| 125 | return (hcsParams3 >> 16) & 0xFFFF; |
| 126 | } |
| 127 | |
| 128 | inline uint16_t ExtendedCapabilitiesOffset(){ |
| 129 | return (extendedCapPointer << 2); |
nothing calls this directly
no outgoing calls
no test coverage detected