Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_lpcip3511.c122 #define USB_LPC3511IP_ENDPOINT_DISABLE_MASK (0x01UL << 30) macro
463 lpc3511IpState->epCommandStatusList[index] = USB_LPC3511IP_ENDPOINT_DISABLE_MASK; in USB_DeviceLpc3511IpSetDefaultState()
697 …P_ENDPOINT_SET_ENDPOINT(lpc3511IpState, endpointIndex, 0U, USB_LPC3511IP_ENDPOINT_DISABLE_MASK, 0U… in USB_DeviceLpc3511IpEndpointDeinit()
2245 …lpc3511IpState->epCommandStatusList[endpointIndex * 2U] = USB_LPC3511IP_ENDPOINT_DISABLE_MASK; in USB_DeviceLpc3511IpCancel()
2246 …lpc3511IpState->epCommandStatusList[endpointIndex * 2U + 1U] = USB_LPC3511IP_ENDPOINT_DISABLE_MASK; in USB_DeviceLpc3511IpCancel()