Home
last modified time | relevance | path

Searched refs:ux_sim_host_iso_td_length (Results 1 – 2 of 2) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_request_isochronous_transfer.c175 …data_td -> ux_sim_host_iso_td_length = UX_MIN(transfer_request_payload_length, isoch_packet_payloa… in _ux_hcd_sim_host_request_isochronous_transfer()
182 transfer_request_payload_length -= data_td -> ux_sim_host_iso_td_length; in _ux_hcd_sim_host_request_isochronous_transfer()
183 data_pointer += data_td -> ux_sim_host_iso_td_length; in _ux_hcd_sim_host_request_isochronous_transfer()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h210 ULONG ux_sim_host_iso_td_length; member