Home
last modified time | relevance | path

Searched refs:UX_DCD_SIM_SLAVE (Results 1 – 17 of 17) sorted by relevance

/USBX-v6.2.1/common/core/inc/
Dux_dcd_sim_slave.h142 } UX_DCD_SIM_SLAVE; typedef
147 UINT _ux_dcd_sim_slave_address_set(UX_DCD_SIM_SLAVE *dcd_sim_slave, ULONG address);
148 UINT _ux_dcd_sim_slave_endpoint_create(UX_DCD_SIM_SLAVE *dcd_sim_slave, UX_SLAVE_ENDPOINT *endpo…
149 UINT _ux_dcd_sim_slave_endpoint_destroy(UX_DCD_SIM_SLAVE *dcd_sim_slave, UX_SLAVE_ENDPOINT *endp…
150 UINT _ux_dcd_sim_slave_endpoint_reset(UX_DCD_SIM_SLAVE *dcd_sim_slave, UX_SLAVE_ENDPOINT *endpoi…
151 UINT _ux_dcd_sim_slave_endpoint_stall(UX_DCD_SIM_SLAVE *dcd_sim_slave, UX_SLAVE_ENDPOINT *endpoi…
152 UINT _ux_dcd_sim_slave_endpoint_status(UX_DCD_SIM_SLAVE *dcd_sim_slave, ULONG endpoint_index);
153 UINT _ux_dcd_sim_slave_frame_number_get(UX_DCD_SIM_SLAVE *dcd_sim_slave, ULONG *frame_number);
157 UINT _ux_dcd_sim_slave_state_change(UX_DCD_SIM_SLAVE *dcd_sim_slave, ULONG state);
158 UINT _ux_dcd_sim_slave_transfer_request(UX_DCD_SIM_SLAVE *dcd_sim_slave, UX_SLAVE_TRANSFER *tran…
[all …]
/USBX-v6.2.1/common/core/src/
Dux_dcd_sim_slave_initialize.c79 UX_DCD_SIM_SLAVE *dcd_sim_slave; in _ux_dcd_sim_slave_initialize()
90 …sim_slave = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_DCD_SIM_SLAVE)); in _ux_dcd_sim_slave_initialize()
Dux_dcd_sim_slave_function.c89 UX_DCD_SIM_SLAVE *dcd_sim_slave; in _ux_dcd_sim_slave_function()
106 dcd_sim_slave = (UX_DCD_SIM_SLAVE *) dcd -> ux_slave_dcd_controller_hardware; in _ux_dcd_sim_slave_function()
Dux_dcd_sim_slave_frame_number_get.c72 UINT _ux_dcd_sim_slave_frame_number_get(UX_DCD_SIM_SLAVE *dcd_sim_slave, ULONG *frame_number) in _ux_dcd_sim_slave_frame_number_get()
Dux_dcd_sim_slave_address_set.c72 UINT _ux_dcd_sim_slave_address_set(UX_DCD_SIM_SLAVE *dcd_sim_slave, ULONG address) in _ux_dcd_sim_slave_address_set()
Dux_dcd_sim_slave_endpoint_destroy.c71 UINT _ux_dcd_sim_slave_endpoint_destroy(UX_DCD_SIM_SLAVE *dcd_sim_slave, UX_SLAVE_ENDPOINT *endpoi… in _ux_dcd_sim_slave_endpoint_destroy()
Dux_dcd_sim_slave_endpoint_stall.c71 UINT _ux_dcd_sim_slave_endpoint_stall(UX_DCD_SIM_SLAVE *dcd_sim_slave, UX_SLAVE_ENDPOINT *endpoint) in _ux_dcd_sim_slave_endpoint_stall()
Dux_dcd_sim_slave_state_change.c79 UINT _ux_dcd_sim_slave_state_change(UX_DCD_SIM_SLAVE *dcd_sim_slave, ULONG state) in _ux_dcd_sim_slave_state_change()
Dux_dcd_sim_slave_transfer_abort.c74 UINT _ux_dcd_sim_slave_transfer_abort(UX_DCD_SIM_SLAVE *dcd_sim_slave, UX_SLAVE_TRANSFER *transfer… in _ux_dcd_sim_slave_transfer_abort()
Dux_hcd_sim_host_initialize.c92 UX_DCD_SIM_SLAVE *dcd_sim_slave; in _ux_hcd_sim_host_initialize()
199 dcd_sim_slave = (UX_DCD_SIM_SLAVE *) dcd -> ux_slave_dcd_controller_hardware; in _ux_hcd_sim_host_initialize()
Dux_dcd_sim_slave_endpoint_status.c74 UINT _ux_dcd_sim_slave_endpoint_status(UX_DCD_SIM_SLAVE *dcd_sim_slave, ULONG endpoint_index) in _ux_dcd_sim_slave_endpoint_status()
Dux_dcd_sim_slave_transfer_request.c83 UINT _ux_dcd_sim_slave_transfer_request(UX_DCD_SIM_SLAVE *dcd_sim_slave, UX_SLAVE_TRANSFER *transf… in _ux_dcd_sim_slave_transfer_request()
Dux_dcd_sim_slave_endpoint_reset.c78 UINT _ux_dcd_sim_slave_endpoint_reset(UX_DCD_SIM_SLAVE *dcd_sim_slave, UX_SLAVE_ENDPOINT *endpoint) in _ux_dcd_sim_slave_endpoint_reset()
Dux_dcd_sim_slave_endpoint_create.c74 UINT _ux_dcd_sim_slave_endpoint_create(UX_DCD_SIM_SLAVE *dcd_sim_slave, UX_SLAVE_ENDPOINT *endpoin… in _ux_dcd_sim_slave_endpoint_create()
Dux_dcd_sim_slave_transfer_run.c81 UINT _ux_dcd_sim_slave_transfer_run(UX_DCD_SIM_SLAVE *dcd_sim_slave, UX_SLAVE_TRANSFER *transfer_r… in _ux_dcd_sim_slave_transfer_run()
Dux_hcd_sim_host_transaction_schedule.c103 UX_DCD_SIM_SLAVE *dcd_sim_slave; in _ux_hcd_sim_host_transaction_schedule()
143 dcd_sim_slave = (UX_DCD_SIM_SLAVE *) dcd -> ux_slave_dcd_controller_hardware; in _ux_hcd_sim_host_transaction_schedule()
/USBX-v6.2.1/test/regression/
Dusbx_ux_test_hub.h551 UX_DCD_SIM_SLAVE *dcd_sim_slave; in thread_entry_host()
587 …dcd_sim_slave = (UX_DCD_SIM_SLAVE *)_ux_system_slave->ux_system_slave_dcd.ux_slave_dcd_controller_… in thread_entry_host()