Define and functions required by UHC.
|
#define | UHI_CDC |
| Global define which contains standard UHI API for UHC It must be added in USB_HOST_UHI define from conf_usb_host.h file. More...
|
|
Value:{ \
}
void uhi_cdc_sof(bool b_micro)
Signal that a SOF has occurred.
Definition: uhi_cdc.c:426
uhc_enum_status_t uhi_cdc_install(uhc_device_t *dev)
Install interface.
Definition: uhi_cdc.c:228
void uhi_cdc_enable(uhc_device_t *dev)
Enable the interface.
Definition: uhi_cdc.c:404
void uhi_cdc_uninstall(uhc_device_t *dev)
Uninstall the interface (if installed).
Definition: uhi_cdc.c:416
Global define which contains standard UHI API for UHC It must be added in USB_HOST_UHI define from conf_usb_host.h file.
void uhi_cdc_sof |
( |
bool |
b_micro | ) |
|