⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

InterfaceWithEndpoints

Type Alias InterfaceWithEndpoints 

Source
pub type InterfaceWithEndpoints = (XhciInterfaceDescriptor, Vec<XhciEndpointDescriptor>);
Expand description

A parsed interface paired with its endpoint descriptors.