Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_request_bulk_transfer.c136 if (transfer_request_payload_length > UX_OHCI_MAX_PAYLOAD) in _ux_hcd_ohci_request_bulk_transfer()
138 bulk_packet_payload_length = UX_OHCI_MAX_PAYLOAD; in _ux_hcd_ohci_request_bulk_transfer()
Dux_hcd_ohci_interrupt_endpoint_create.c132 …endpoint -> ux_endpoint_transfer_request.ux_transfer_request_maximum_length = UX_OHCI_MAX_PAYLOAD; in _ux_hcd_ohci_interrupt_endpoint_create()
Dux_hcd_ohci_asynchronous_endpoint_create.c95 …endpoint -> ux_endpoint_transfer_request.ux_transfer_request_maximum_length = UX_OHCI_MAX_PAYLOAD; in _ux_hcd_ohci_asynchronous_endpoint_create()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ohci.h79 #define UX_OHCI_MAX_PAYLOAD 4096 macro