Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_lpcip3511.c2677 uint32_t debounceCount = USB_DEVICE_IP3511HS_LPM_ADPPROBE_ATTACH_DEBOUNCE_COUNT; in USB_DeviceLpcIp3511IsrFunction() local
2680 … while ((0U != debounceCount) && (0U == (devState & USB_LPC3511IP_DEVCMDSTAT_VBUS_DEBOUNCED_MASK))) in USB_DeviceLpcIp3511IsrFunction()
2686 debounceCount--; in USB_DeviceLpcIp3511IsrFunction()
2690 … if ((debounceCount == 0U) || (0U != (devState & USB_LPC3511IP_DEVCMDSTAT_VBUS_DEBOUNCED_MASK))) in USB_DeviceLpcIp3511IsrFunction()