MCPcopy Create free account
hub / github.com/OpenStickCommunity/GP2040-CE / tuh_xinput_mount_cb

Function tuh_xinput_mount_cb

src/usbhostmanager.cpp:165–167  ·  view source on GitHub ↗

USB Host: X-Input Add X-Input Driver

Source from the content-addressed store, hash-verified

163// USB Host: X-Input
164// Add X-Input Driver
165void tuh_xinput_mount_cb(uint8_t dev_addr, uint8_t instance, uint8_t controllerType, uint8_t subtype) {
166 USBHostManager::getInstance().xinput_mount_cb(dev_addr, instance, controllerType, subtype);
167}
168
169void tuh_xinput_umount_cb(uint8_t dev_addr, uint8_t instance) {
170 // send to xinput_unmount_cb in usb host manager

Callers 1

Calls 1

xinput_mount_cbMethod · 0.80

Tested by

no test coverage detected