MCPcopy Create free account
hub / github.com/FrameworkComputer/framework-system / usb_urb

Function usb_urb

decode_pcapng.py:90–91  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

88)
89usb_urb_sz = struct.calcsize(usb_urb_win_fmt)
90def usb_urb(s):
91 return usb_urb_win_nt(*struct.unpack(usb_urb_win_fmt, bytes(s)))
92
93
94def format_hex(buf):

Callers 1

decode_pcapngFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected