Home
last modified time | relevance | path

Searched refs:UX_MAX_BYTES_PER_MICROFRAME_HS (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.3.0/common/usbx_host_controllers/src/
Dux_hcd_ehci_interrupt_endpoint_create.c280 if (microframe_load[i] + max_packet_size > UX_MAX_BYTES_PER_MICROFRAME_HS) in _ux_hcd_ehci_interrupt_endpoint_create()
Dux_hcd_ehci_isochronous_endpoint_create.c357 if (microframe_load[microframe_i] + max_packet_size > UX_MAX_BYTES_PER_MICROFRAME_HS) in _ux_hcd_ehci_isochronous_endpoint_create()
/USBX-v6.3.0/common/core/inc/
Dux_api.h1109 #define UX_MAX_BYTES_PER_MICROFRAME_HS 5785u macro