Home
last modified time | relevance | path

Searched refs:ux_sim_host_td_length (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_transaction_schedule.c183 UX_ASSERT(td -> ux_sim_host_td_length == 8); in _ux_hcd_sim_host_transaction_schedule()
191 td -> ux_sim_host_td_length); /* Use case of memcpy is verified. */ in _ux_hcd_sim_host_transaction_schedule()
245 td_length = UX_MIN(data_td -> ux_sim_host_td_length, transaction_length); in _ux_hcd_sim_host_transaction_schedule()
407 if (slave_transfer_remaining <= td -> ux_sim_host_td_length) in _ux_hcd_sim_host_transaction_schedule()
410 transaction_length = td -> ux_sim_host_td_length; in _ux_hcd_sim_host_transaction_schedule()
439 td -> ux_sim_host_td_length -= transaction_length; in _ux_hcd_sim_host_transaction_schedule()
443 if (td -> ux_sim_host_td_length == 0) in _ux_hcd_sim_host_transaction_schedule()
Dux_hcd_sim_host_request_control_transfer.c127 setup_td -> ux_sim_host_td_length = UX_SETUP_SIZE; in _ux_hcd_sim_host_request_control_transfer()
195 data_td -> ux_sim_host_td_length = control_packet_payload_length; in _ux_hcd_sim_host_request_control_transfer()
270 status_td -> ux_sim_host_td_length = 0; in _ux_hcd_sim_host_request_control_transfer()
Dux_hcd_sim_host_request_interupt_transfer.c110 data_td -> ux_sim_host_td_length = transfer_request -> ux_transfer_request_requested_length; in _ux_hcd_sim_host_request_interrupt_transfer()
Dux_hcd_sim_host_request_bulk_transfer.c129 data_td -> ux_sim_host_td_length = bulk_packet_payload_length; in _ux_hcd_sim_host_request_bulk_transfer()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h178 ULONG ux_sim_host_td_length; member