- user callback funciton to set device configuration
as a part of usb_host_install
- callback provides device descriptor of a device being enumerated
- user can set which cfg descriptor the USB device will be set with
- user can filter device enumeration
- Kconfig menu to enable callback function
- usb_host_lib example demonstration
|
||
|---|---|---|
| .. | ||
| include | ||
| private_include | ||
| test_apps | ||
| CMakeLists.txt | ||
| hcd_dwc.c | ||
| hub.c | ||
| Kconfig | ||
| maintainers.md | ||
| usb_helpers.c | ||
| usb_host.c | ||
| usb_phy.c | ||
| usb_private.c | ||
| usbh.c | ||