Searched refs:debouncestable (Results 1 – 1 of 1) sorted by relevance
523 uint16_t debouncestable = 0; in usbh_hub_events() local539 debouncestable += HUB_DEBOUNCE_STEP; in usbh_hub_events()540 if (debouncestable >= HUB_DEBOUNCE_STABLE) { in usbh_hub_events()544 debouncestable = 0; in usbh_hub_events()556 if (debouncestable < HUB_DEBOUNCE_STABLE) { in usbh_hub_events()
Completed in 3 milliseconds