Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_request_control_transfer.c113 setup_request = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_CACHE_SAFE_MEMORY, UX_SETUP_SIZE); in _ux_hcd_ehci_request_control_transfer()
154 setup_request, UX_SETUP_SIZE, transfer_request); in _ux_hcd_ehci_request_control_transfer()
Dux_hcd_ohci_request_control_transfer.c119 setup_request = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_CACHE_SAFE_MEMORY, UX_SETUP_SIZE); in _ux_hcd_ohci_request_control_transfer()
143 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.2.1/common/core/src/
Dux_hcd_sim_host_request_control_transfer.c112 setup_request = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, UX_SETUP_SIZE); in _ux_hcd_sim_host_request_control_transfer()
126 setup_td -> ux_sim_host_td_length = UX_SETUP_SIZE; in _ux_hcd_sim_host_request_control_transfer()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1122 #define UX_SETUP_SIZE 8u macro
2321 UCHAR ux_slave_transfer_request_setup[UX_SETUP_SIZE];