Home
last modified time | relevance | path

Searched refs:ENDPOINT_DESCRIPTOR_NUMBER_MASK (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/usb_util/src/
Dendpoint_descriptor.rs14 const ENDPOINT_DESCRIPTOR_NUMBER_MASK: u8 = 0xf; constant
35 self.0.bEndpointAddress & ENDPOINT_DESCRIPTOR_NUMBER_MASK in get_endpoint_number()