MCPcopy Create free account
hub / github.com/Santroller/Santroller / XInputModuleHost

Method XInputModuleHost

include/usb/host/xinput_host.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36public:
37 ~XInputModuleHost() {}
38 XInputModuleHost(uint8_t dev_addr, uint8_t interface, uint16_t id) : UsbHostInterface(dev_addr, interface, id) {}
39 bool set_config() { return true; }
40 bool xfer_cb(uint8_t ep_addr, xfer_result_t result, uint32_t xferred_bytes) { return true; }
41 static std::shared_ptr<UsbHostInterface> open(std::shared_ptr<UsbHostDevice> list, tusb_desc_interface_t const *itf_desc, uint16_t max_len, uint16_t* out_len);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected