[−][src]Module usb_device::test_class
Test USB class for testing USB driver implementations. Peripheral driver implementations should include an example called "test_class" that creates a device with this class to enable the driver to be tested with the test_class_host example in this crate.
Structs
| TestClass | Test USB class for testing USB driver implementations. Supports various endpoint types and requests for testing USB peripheral drivers on actual hardware. |
Constants
| CUSTOM_STRING | |
| LONG_DATA | |
| MANUFACTURER | |
| PID | |
| PRODUCT | |
| REQ_READ_BUFFER | |
| REQ_READ_LONG_DATA | |
| REQ_SET_BENCH_ENABLED | |
| REQ_STORE_REQUEST | |
| REQ_UNKNOWN | |
| REQ_WRITE_BUFFER | |
| SERIAL_NUMBER | |
| VID |