Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_interrupt_endpoint_destroy.c140 … max_packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_hcd_ehci_interrupt_endpoint_destroy()
148 … max_packet_size *= endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_hcd_ehci_interrupt_endpoint_destroy()
Dux_hcd_ehci_isochronous_endpoint_destroy.c215 … max_packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_hcd_ehci_isochronous_endpoint_destroy()
Dux_hcd_ehci_interrupt_endpoint_create.c161 max_packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_hcd_ehci_interrupt_endpoint_create()
Dux_hcd_ehci_isochronous_endpoint_create.c162 max_packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_hcd_ehci_isochronous_endpoint_create()
/USBX-v6.2.1/common/core/src/
Dux_host_stack_bandwidth_claim.c126 max_packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_host_stack_bandwidth_claim()
Dux_host_stack_bandwidth_release.c125 max_packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_host_stack_bandwidth_release()
Dux_host_stack_new_endpoint_create.c153 packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_host_stack_new_endpoint_create()
Dux_host_stack_bandwidth_check.c127 max_packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_host_stack_bandwidth_check()
Dux_hcd_sim_host_request_isochronous_transfer.c114 packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_hcd_sim_host_request_isochronous_transfer()
Dux_device_stack_interface_set.c242 UX_MAX_PACKET_SIZE_MASK; in _ux_device_stack_interface_set()
Dux_device_stack_alternate_setting_set.c325UX_MAX_PACKET_SIZE_MASK; in _ux_device_stack_alternate_setting_set()
/USBX-v6.2.1/test/regression/
Dux_host_class_dummy.c489 return(endpoint->ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK); in _ux_host_class_dummy_get_max_packet_size()
497 size = endpoint->ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_host_class_dummy_get_max_payload_size()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1195 #define UX_MAX_PACKET_SIZE_MASK 0x7ffu macro