Home
last modified time | relevance | path

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

/USBX-v6.3.0/common/usbx_host_controllers/src/
Dux_hcd_ehci_request_control_transfer.c114 setup_request = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_CACHE_SAFE_MEMORY, UX_SETUP_SIZE); in _ux_hcd_ehci_request_control_transfer()
155 setup_request, UX_SETUP_SIZE, transfer_request); in _ux_hcd_ehci_request_control_transfer()
Dux_hcd_ohci_request_control_transfer.c120 setup_request = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_CACHE_SAFE_MEMORY, UX_SETUP_SIZE); in _ux_hcd_ohci_request_control_transfer()
144 setup_td -> ux_ohci_td_be = setup_td -> ux_ohci_td_cbp + UX_SETUP_SIZE - 1; in _ux_hcd_ohci_request_control_transfer()
/USBX-v6.3.0/common/core/src/
Dux_hcd_sim_host_request_control_transfer.c113 setup_request = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, UX_SETUP_SIZE); in _ux_hcd_sim_host_request_control_transfer()
127 setup_td -> ux_sim_host_td_length = UX_SETUP_SIZE; in _ux_hcd_sim_host_request_control_transfer()
/USBX-v6.3.0/common/core/inc/
Dux_api.h1118 #define UX_SETUP_SIZE 8u macro
2317 UCHAR ux_slave_transfer_request_setup[UX_SETUP_SIZE];