Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_device_stack_clear_feature.c87 UX_SLAVE_ENDPOINT *endpoint_target; in _ux_device_stack_clear_feature() local
142 endpoint_target = interface_ptr -> ux_slave_interface_first_endpoint; in _ux_device_stack_clear_feature()
145 while (endpoint_target != UX_NULL) in _ux_device_stack_clear_feature()
149 … if (endpoint_target -> ux_slave_endpoint_descriptor.bEndpointAddress == request_index) in _ux_device_stack_clear_feature()
153 dcd -> ux_slave_dcd_function(dcd, UX_DCD_RESET_ENDPOINT, endpoint_target); in _ux_device_stack_clear_feature()
156 endpoint_target -> ux_slave_endpoint_state = UX_ENDPOINT_RESET; in _ux_device_stack_clear_feature()
163 endpoint_target = endpoint_target -> ux_slave_endpoint_next_endpoint; in _ux_device_stack_clear_feature()
Dux_device_stack_set_feature.c88 UX_SLAVE_ENDPOINT *endpoint_target; in _ux_device_stack_set_feature() local
169 endpoint_target = interface_ptr -> ux_slave_interface_first_endpoint; in _ux_device_stack_set_feature()
172 while (endpoint_target != UX_NULL) in _ux_device_stack_set_feature()
176 … if (endpoint_target -> ux_slave_endpoint_descriptor.bEndpointAddress == request_index) in _ux_device_stack_set_feature()
180 dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint_target); in _ux_device_stack_set_feature()
187 endpoint_target = endpoint_target -> ux_slave_endpoint_next_endpoint; in _ux_device_stack_set_feature()