Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_request_isochronous_transfer.c206 next_data_td = data_td -> ux_sim_host_iso_td_next_td; in _ux_hcd_sim_host_request_isochronous_transfer()
220 previous_td -> ux_sim_host_iso_td_next_td = data_td; in _ux_hcd_sim_host_request_isochronous_transfer()
242 next_data_td = data_td -> ux_sim_host_iso_td_next_td; in _ux_hcd_sim_host_request_isochronous_transfer()
252 data_td -> ux_sim_host_iso_td_next_td = tail_td; in _ux_hcd_sim_host_request_isochronous_transfer()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h213 *ux_sim_host_iso_td_next_td; member