Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_lpcip3511.c551 (0U == (lpc3511IpState->hsInterruptIssue)) && in USB_DeviceLpc3511IpEndpointInit()
775 if (0U != lpc3511IpState->hsInterruptIssue) in USB_DeviceLpc3511IpEndpointStall()
845 if (0U != lpc3511IpState->hsInterruptIssue) in USB_DeviceLpc3511IpEndpointUnstall()
1141 if (0U != lpc3511IpState->hsInterruptIssue) in USB_DeviceLpc3511IpInterruptToken()
1695 lpc3511IpState->hsInterruptIssue = ((Chip_GetVersion() == FSL_ROM_VERSION_1B) ? 0U : 1U); in USB_DeviceLpc3511IpInit()
1983 if (lpc3511IpState->hsInterruptIssue) in USB_DeviceLpc3511IpTransaction()
2149 (0U != lpc3511IpState->hsInterruptIssue) && in USB_DeviceLpc3511IpCancel()
2170 if (0U != lpc3511IpState->hsInterruptIssue) in USB_DeviceLpc3511IpCancel()
Dusb_device_lpcip3511.h184 uint8_t hsInterruptIssue; member