Home
last modified time | relevance | path

Searched refs:UX_DCD_STALL_ENDPOINT (Results 1 – 11 of 11) sorted by relevance

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_hid_descriptor_send.c167 status = dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint); in _ux_device_class_hid_descriptor_send()
187 status = dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint); in _ux_device_class_hid_descriptor_send()
214 status = dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint); in _ux_device_class_hid_descriptor_send()
233 dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint); in _ux_device_class_hid_descriptor_send()
/USBX-v6.2.1/common/core/src/
Dux_device_stack_descriptor_send.c341 status = dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint); in _ux_device_stack_descriptor_send()
375 status = dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint); in _ux_device_stack_descriptor_send()
443 … status = dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint); in _ux_device_stack_descriptor_send()
494 dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint); in _ux_device_stack_descriptor_send()
503 dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint); in _ux_device_stack_descriptor_send()
Dux_device_stack_set_feature.c179 dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint_target); in _ux_device_stack_set_feature()
201 dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint); in _ux_device_stack_set_feature()
Dux_device_stack_get_status.c171 dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint); in _ux_device_stack_get_status()
181 dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint); in _ux_device_stack_get_status()
Dux_device_stack_endpoint_stall.c106 status = dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint); in _ux_device_stack_endpoint_stall()
Dux_device_stack_interface_get.c148 dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint); in _ux_device_stack_interface_get()
Dux_device_stack_clear_feature.c178 dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint); in _ux_device_stack_clear_feature()
Dux_dcd_sim_slave_function.c149 case UX_DCD_STALL_ENDPOINT: in _ux_dcd_sim_slave_function()
/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_storage_thread_test.c216 { UX_DCD_STALL_ENDPOINT, UX_NULL,
Dux_test.c775 case UX_DCD_STALL_ENDPOINT: in ux_test_action_handler_check()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1598 #define UX_DCD_STALL_ENDPOINT 20 macro