forked from mfulz_github/qmk_firmware
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 |
---|