Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
)
89
usb_urb_sz = struct.calcsize(usb_urb_win_fmt)
90
def
usb_urb(s):
91
return
usb_urb_win_nt(*struct.unpack(usb_urb_win_fmt, bytes(s)))
92
93
94
def
format_hex(buf):
Callers
1
decode_pcapng
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected