Home
last modified time | relevance | path

Searched refs:UX_MAX_NUMBER_OF_TRANSACTIONS_SHIFT (Results 1 – 12 of 12) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_bandwidth_claim.c142 UX_MAX_NUMBER_OF_TRANSACTIONS_SHIFT) + 1)); in _ux_host_stack_bandwidth_claim()
Dux_host_stack_bandwidth_release.c141 UX_MAX_NUMBER_OF_TRANSACTIONS_SHIFT) + 1)); in _ux_host_stack_bandwidth_release()
Dux_host_stack_new_endpoint_create.c187 n_tran >>= UX_MAX_NUMBER_OF_TRANSACTIONS_SHIFT; in _ux_host_stack_new_endpoint_create()
Dux_host_stack_bandwidth_check.c143 UX_MAX_NUMBER_OF_TRANSACTIONS_SHIFT) + 1)); in _ux_host_stack_bandwidth_check()
Dux_hcd_sim_host_request_isochronous_transfer.c118 n_trans >>= UX_MAX_NUMBER_OF_TRANSACTIONS_SHIFT; in _ux_hcd_sim_host_request_isochronous_transfer()
Dux_device_stack_interface_set.c250 n_trans >>= UX_MAX_NUMBER_OF_TRANSACTIONS_SHIFT; in _ux_device_stack_interface_set()
Dux_device_stack_alternate_setting_set.c333 n_trans >>= UX_MAX_NUMBER_OF_TRANSACTIONS_SHIFT; in _ux_device_stack_alternate_setting_set()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_interrupt_endpoint_destroy.c145 max_packet_size >>= UX_MAX_NUMBER_OF_TRANSACTIONS_SHIFT; in _ux_hcd_ehci_interrupt_endpoint_destroy()
Dux_hcd_ehci_interrupt_endpoint_create.c171 …riptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIONS_MASK) >> UX_MAX_NUMBER_OF_TRANSACTIONS_SHIFT; in _ux_hcd_ehci_interrupt_endpoint_create()
Dux_hcd_ehci_isochronous_endpoint_create.c166 mult >>= UX_MAX_NUMBER_OF_TRANSACTIONS_SHIFT; in _ux_hcd_ehci_isochronous_endpoint_create()
/USBX-v6.2.1/test/regression/
Dux_host_class_dummy.c501 trans >>= UX_MAX_NUMBER_OF_TRANSACTIONS_SHIFT; in _ux_host_class_dummy_get_max_payload_size()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1197 #define UX_MAX_NUMBER_OF_TRANSACTIONS_SHIFT 11 macro