| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected