Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_khci.c121 USB_KHCI_BDT_SET_ADDRESS((uint32_t)khciState->bdt, endpoint, direction,
126 …(uint32_t)khciState->bdt, endpoint, direction, khciState->endpointState[index].stateUnion.stateBit…
157 (uint8_t *)(khciState->bdt + 0x200U - 0x10U) + in USB_DeviceKhciPrimeNextSetup()
218 USB_KHCI_BDT_SET_CONTROL((uint32_t)khciState->bdt, count, USB_OUT, 0U, 0U); in USB_DeviceKhciSetDefaultState()
219 USB_KHCI_BDT_SET_CONTROL((uint32_t)khciState->bdt, count, USB_OUT, 1U, 0U); in USB_DeviceKhciSetDefaultState()
220 USB_KHCI_BDT_SET_CONTROL((uint32_t)khciState->bdt, count, USB_IN, 0U, 0U); in USB_DeviceKhciSetDefaultState()
221 USB_KHCI_BDT_SET_CONTROL((uint32_t)khciState->bdt, count, USB_IN, 1U, 0U); in USB_DeviceKhciSetDefaultState()
450 …(uint32_t)khciState->bdt, endpoint, 0, khciState->endpointState[0].stateUnion.stateBitField.bdtOdd, in USB_DeviceKhciEndpointStall()
457 …(uint32_t)khciState->bdt, endpoint, 1, khciState->endpointState[1].stateUnion.stateBitField.bdtOdd, in USB_DeviceKhciEndpointStall()
522 (uint32_t)khciState->bdt, endpoint, direction, in USB_DeviceKhciEndpointStall()
[all …]
Dusb_device_khci.h116 uint8_t *bdt; /*!< BDT buffer address */ member
118 uint32_t *bdt; /*!< BDT buffer address */ member
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.h124 #define USB_KHCI_BDT_BASE ((&bdt[0]))
Dusb_host_khci.c38 USB_CONTROLLER_DATA USB_RAM_ADDRESS_ALIGNMENT(512) static uint32_t bdt[512U / sizeof(uint32_t)];