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

Method EndpointInDoorbellTarget

Kernel/include/xhci.h:334–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected