MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / usb_event

Function usb_event

core/usb/usb.c:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190static void usb_event(enum sched_item_id event) {
191 (void)event;
192}
193
194static void usb_device_event(enum sched_item_id event) {
195 (void)event;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected