Home
last modified time | relevance | path

Searched refs:UX_HCD_SIM_HOST_TD (Results 1 – 16 of 16) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_regular_td_obtain.c77 UX_HCD_SIM_HOST_TD *_ux_hcd_sim_host_regular_td_obtain(UX_HCD_SIM_HOST *hcd_sim_host) in _ux_hcd_sim_host_regular_td_obtain()
80 UX_HCD_SIM_HOST_TD *td; in _ux_hcd_sim_host_regular_td_obtain()
98 … _ux_utility_memory_set(td, 0, sizeof(UX_HCD_SIM_HOST_TD)); /* Use case of memset is verified. */ in _ux_hcd_sim_host_regular_td_obtain()
Dux_hcd_sim_host_request_bulk_transfer.c82 UX_HCD_SIM_HOST_TD *data_td; in _ux_hcd_sim_host_request_bulk_transfer()
83 UX_HCD_SIM_HOST_TD *start_data_td; in _ux_hcd_sim_host_request_bulk_transfer()
84 UX_HCD_SIM_HOST_TD *next_data_td; in _ux_hcd_sim_host_request_bulk_transfer()
85 UX_HCD_SIM_HOST_TD *previous_td; in _ux_hcd_sim_host_request_bulk_transfer()
86 UX_HCD_SIM_HOST_TD *tail_td; in _ux_hcd_sim_host_request_bulk_transfer()
Dux_hcd_sim_host_request_control_transfer.c90 UX_HCD_SIM_HOST_TD *setup_td; in _ux_hcd_sim_host_request_control_transfer()
91 UX_HCD_SIM_HOST_TD *chain_td; in _ux_hcd_sim_host_request_control_transfer()
92 UX_HCD_SIM_HOST_TD *data_td; in _ux_hcd_sim_host_request_control_transfer()
93 UX_HCD_SIM_HOST_TD *tail_td; in _ux_hcd_sim_host_request_control_transfer()
94 UX_HCD_SIM_HOST_TD *status_td; in _ux_hcd_sim_host_request_control_transfer()
95 UX_HCD_SIM_HOST_TD *start_data_td; in _ux_hcd_sim_host_request_control_transfer()
96 UX_HCD_SIM_HOST_TD *next_data_td; in _ux_hcd_sim_host_request_control_transfer()
Dux_hcd_sim_host_ed_td_clean.c74 UX_HCD_SIM_HOST_TD *head_td; in _ux_hcd_sim_host_ed_td_clean()
75 UX_HCD_SIM_HOST_TD *tail_td; in _ux_hcd_sim_host_ed_td_clean()
Dux_hcd_sim_host_isochronous_endpoint_create.c99 ed -> ux_sim_host_ed_tail_td = (UX_HCD_SIM_HOST_TD *) ((void *) td); in _ux_hcd_sim_host_isochronous_endpoint_create()
100 ed -> ux_sim_host_ed_head_td = (UX_HCD_SIM_HOST_TD *) ((void *) td); in _ux_hcd_sim_host_isochronous_endpoint_create()
Dux_hcd_sim_host_request_interupt_transfer.c79 UX_HCD_SIM_HOST_TD *data_td; in _ux_hcd_sim_host_request_interrupt_transfer()
80 UX_HCD_SIM_HOST_TD *tail_td; in _ux_hcd_sim_host_request_interrupt_transfer()
Dux_hcd_sim_host_transfer_abort.c81 UX_HCD_SIM_HOST_TD *head_td; in _ux_hcd_sim_host_transfer_abort()
82 UX_HCD_SIM_HOST_TD *tail_td; in _ux_hcd_sim_host_transfer_abort()
Dux_hcd_sim_host_periodic_endpoint_destroy.c77 UX_HCD_SIM_HOST_TD *td; in _ux_hcd_sim_host_periodic_endpoint_destroy()
Dux_hcd_sim_host_transaction_schedule.c104 UX_HCD_SIM_HOST_TD *td; in _ux_hcd_sim_host_transaction_schedule()
105 UX_HCD_SIM_HOST_TD *head_td; in _ux_hcd_sim_host_transaction_schedule()
106 UX_HCD_SIM_HOST_TD *tail_td; in _ux_hcd_sim_host_transaction_schedule()
107 UX_HCD_SIM_HOST_TD *data_td; in _ux_hcd_sim_host_transaction_schedule()
Dux_hcd_sim_host_asynchronous_endpoint_destroy.c78 UX_HCD_SIM_HOST_TD *td; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()
Dux_hcd_sim_host_asynchronous_endpoint_create.c78 UX_HCD_SIM_HOST_TD *td; in _ux_hcd_sim_host_asynchronous_endpoint_create()
Dux_hcd_sim_host_uninitialize.c82 UX_HCD_SIM_HOST_TD *td; in _ux_hcd_sim_host_uninitialize()
Dux_hcd_sim_host_interrupt_endpoint_create.c98 UX_HCD_SIM_HOST_TD *td; in _ux_hcd_sim_host_interrupt_endpoint_create()
Dux_hcd_sim_host_initialize.c136 …lity_memory_allocate(UX_ALIGN_32, UX_REGULAR_MEMORY, (ULONG)sizeof(UX_HCD_SIM_HOST_TD) * _ux_syste… in _ux_hcd_sim_host_initialize()
Dux_hcd_sim_host_request_isochronous_transfer.c255 ed -> ux_sim_host_ed_tail_td = (UX_HCD_SIM_HOST_TD *) ((void *) tail_td); in _ux_hcd_sim_host_request_isochronous_transfer()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h190 } UX_HCD_SIM_HOST_TD; typedef
253 UX_HCD_SIM_HOST_TD