mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-04 00:45:13 +00:00
904 B
904 B
group udi_group
The UDI provides a common API for all classes, and this is used by UDC for the main control of USB Device interface.
Summary
Members | Descriptions |
---|---|
struct udi_api_t |
UDI API. |
struct udi_api_t
UDI API.
The callbacks within this structure are called only by USB Device Controller (UDC)
The udc_get_interface_desc() can be use by UDI to know the interface descriptor selected by UDC.
Summary
Members | Descriptions |
---|