Home
last modified time | relevance | path

Searched refs:debouncestable (Results 1 – 1 of 1) sorted by relevance

/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c523 uint16_t debouncestable = 0; in usbh_hub_events() local
539 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