Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ usb_disconnected_device
Function
usb_disconnected_device
core/usb/disconnected.c:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include
"device.h"
2
3
int usb_disconnected_device(usb_event_t *event) {
4
event->type = USB_INIT_EVENT;
5
return 0;
6
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected