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.c86 UX_SLAVE_ENDPOINT *endpoint_target; in _ux_device_stack_clear_feature() local
141 endpoint_target = interface_ptr -> ux_slave_interface_first_endpoint; in _ux_device_stack_clear_feature()
144 while (endpoint_target != UX_NULL) in _ux_device_stack_clear_feature()
148 … if (endpoint_target -> ux_slave_endpoint_descriptor.bEndpointAddress == request_index) in _ux_device_stack_clear_feature()
152 dcd -> ux_slave_dcd_function(dcd, UX_DCD_RESET_ENDPOINT, endpoint_target); in _ux_device_stack_clear_feature()
155 endpoint_target -> ux_slave_endpoint_state = UX_ENDPOINT_RESET; in _ux_device_stack_clear_feature()
162 endpoint_target = endpoint_target -> ux_slave_endpoint_next_endpoint; in _ux_device_stack_clear_feature()
Dux_device_stack_set_feature.c87 UX_SLAVE_ENDPOINT *endpoint_target; in _ux_device_stack_set_feature() local
168 endpoint_target = interface_ptr -> ux_slave_interface_first_endpoint; in _ux_device_stack_set_feature()
171 while (endpoint_target != UX_NULL) in _ux_device_stack_set_feature()
175 … if (endpoint_target -> ux_slave_endpoint_descriptor.bEndpointAddress == request_index) in _ux_device_stack_set_feature()
179 dcd -> ux_slave_dcd_function(dcd, UX_DCD_STALL_ENDPOINT, endpoint_target); in _ux_device_stack_set_feature()
186 endpoint_target = endpoint_target -> ux_slave_endpoint_next_endpoint; in _ux_device_stack_set_feature()