| 332 | }; |
| 333 | |
| 334 | inline static uint8_t EndpointInDoorbellTarget(uint8_t endpoint){ |
| 335 | return DBTargetEndpointInEnqueuePointerBase + (endpoint - 1); |
| 336 | } |
| 337 | |
| 338 | inline static uint8_t EndpointOutDoorbellTarget(uint8_t endpoint){ |
| 339 | return DBTargetEndpointOutEnqueuePointerBase + (endpoint - 1); |
nothing calls this directly
no outgoing calls
no test coverage detected