| 110 | } |
| 111 | |
| 112 | inline uint8_t ERSTMax(){ // Event Ring Segment Table Max |
| 113 | return (hcsParams2 >> 4) & 0xF; |
| 114 | } |
| 115 | |
| 116 | inline uint16_t MaxScratchpadBuffers(){ |
| 117 | return (((hcsParams2 >> 21) & 0x1F) << 5) | ((hcsParams2 >> 27) & 0x1F); |
nothing calls this directly
no outgoing calls
no test coverage detected