Searched refs:usbh_setdevfeature (Results 1 – 3 of 3) sorted by relevance
57 usbh_status usbh_setdevfeature (usbh_host *puhost, uint8_t feature_selector, uint16_t windex);
250 if (usbh_setdevfeature(puhost, FEATURE_SELECTOR_REMOTEWAKEUP, 0U) == USBH_OK) { in usbh_core_task()291 if (USBH_OK == usbh_setdevfeature(puhost, FEATURE_SELECTOR_DEV, 0U)) { in usbh_core_task()
284 usbh_status usbh_setdevfeature (usbh_host *puhost, uint8_t feature_selector, uint16_t windex) in usbh_setdevfeature() function
Completed in 8 milliseconds