Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.h182 …uint32_t taskEventHandleBuffer[(OSA_EVENT_HANDLE_SIZE + 3) / 4]; /*!< KHCI task event handle buffe… member
Dusb_host_ehci.h318 …uint32_t taskEventHandleBuffer[(OSA_EVENT_HANDLE_SIZE + 3) / 4]; /*!< EHCI task event handle buffe… member
Dusb_host_ohci.h463 uint32_t taskEventHandleBuffer[(OSA_EVENT_HANDLE_SIZE + 3) / 4]; /*!< task event handle buffer*/ member
Dusb_host_ip3516hs.h605 uint32_t taskEventHandleBuffer[(OSA_EVENT_HANDLE_SIZE + 3) / 4]; /*!< task event handle buffer*/ member
Dusb_host_khci.c1595 … usbHostPointer->khciEventPointer = (osa_event_handle_t)&usbHostPointer->taskEventHandleBuffer[0]; in USB_HostKhciCreate()
Dusb_host_ohci.c2230 usbHostState->ohciEvent = (osa_event_handle_t)&usbHostState->taskEventHandleBuffer[0]; in USB_HostOhciCreate()
Dusb_host_ip3516hs.c3432 usbHostState->ip3516HsEvent = (osa_event_handle_t)&usbHostState->taskEventHandleBuffer[0]; in USB_HostIp3516HsCreate()
Dusb_host_ehci.c4926 ehciInstance->taskEventHandle = (osa_event_handle_t)&ehciInstance->taskEventHandleBuffer[0]; in USB_HostEhciCreate()