Expand description
USB gadget functions.
Modules§
- audio
- USB Audio Class 1 (UAC1) and 2 (UAC2) functions.
- custom
- Custom USB interface, implemented in user code.
- hid
- Human interface device (HID) function.
- loopback
- Loopback function (for testing).
- midi
- Musical Instrument Digital Interface (MIDI) function.
- msd
- Mass Storage Device (MSD) function.
- net
- Net functions.
- other
- Other USB function.
- printer
- Printer function.
- serial
- Serial functions.
- sourcesink
- Source/Sink function (for testing).
- util
- Utils for implementing USB gadget functions.
- video
- USB Video Class (UVC) function.
Structs§
- Handle
- USB gadget function handle.