Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_lpcip3511.c134 …*((volatile uint32_t *)(((uint32_t)((lpcState)->epCommandStatusList)) | ((uint32_t)(index) << 3) |…
141 …*((volatile uint32_t *)(((uint32_t)((lpcState)->epCommandStatusList)) | ((uint32_t)(index) << 3) |…
153 …*((volatile uint32_t *)(((uint32_t)((lpcState)->epCommandStatusList)) | ((uint32_t)(index) << 3) |…
459 lpc3511IpState->epCommandStatusList[index] = 0x00000000U; in USB_DeviceLpc3511IpSetDefaultState()
463 lpc3511IpState->epCommandStatusList[index] = USB_LPC3511IP_ENDPOINT_DISABLE_MASK; in USB_DeviceLpc3511IpSetDefaultState()
473 lpc3511IpState->registerBase->EPLISTSTART = (uint32_t)lpc3511IpState->epCommandStatusList; in USB_DeviceLpc3511IpSetDefaultState()
1080 length = *(lpc3511IpState->epCommandStatusList + endpointIndex * 2U + odd); in USB_DeviceLpc3511IpTokenUpdate()
1148 … (0U != (lpc3511IpState->epCommandStatusList[epState->stateUnion.stateBitField.consumerOdd + in USB_DeviceLpc3511IpInterruptToken()
1159 … (lpc3511IpState->epCommandStatusList[index] & USB_LPC3511IP_ENDPOINT_TOGGLE_RESET_MASK)) && in USB_DeviceLpc3511IpInterruptToken()
1212 if (0U != (lpc3511IpState->epCommandStatusList[0] & USB_LPC3511IP_ENDPOINT_ACTIVE_MASK)) in USB_DeviceLpc3511IpInterruptToken()
[all …]
Dusb_device_lpcip3511.h162 volatile uint32_t *epCommandStatusList; /* endpoint list */ member