Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_request_interupt_transfer.c96 data_td -> ux_sim_host_td_direction = UX_HCD_SIM_HOST_TD_IN; in _ux_hcd_sim_host_request_interrupt_transfer()
Dux_hcd_sim_host_request_control_transfer.c208 data_td -> ux_sim_host_td_direction = UX_HCD_SIM_HOST_TD_IN; in _ux_hcd_sim_host_request_control_transfer()
266 status_td -> ux_sim_host_td_direction = UX_HCD_SIM_HOST_TD_IN; in _ux_hcd_sim_host_request_control_transfer()
Dux_hcd_sim_host_request_bulk_transfer.c142 data_td -> ux_sim_host_td_direction = UX_HCD_SIM_HOST_TD_IN; in _ux_hcd_sim_host_request_bulk_transfer()
Dux_hcd_sim_host_request_isochronous_transfer.c161 data_td -> ux_sim_host_iso_td_direction = UX_HCD_SIM_HOST_TD_IN; in _ux_hcd_sim_host_request_isochronous_transfer()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h200 #define UX_HCD_SIM_HOST_TD_IN 0x00001000 macro