Home
last modified time | relevance | path

Searched refs:ux_host_class_asix_interface (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_asix_endpoints_get.c94 …for (endpoint_index = 0; endpoint_index < asix -> ux_host_class_asix_interface -> ux_interface_des… in _ux_host_class_asix_endpoints_get()
99 …status = _ux_host_stack_interface_endpoint_get(asix -> ux_host_class_asix_interface, endpoint_ind… in _ux_host_class_asix_endpoints_get()
141 …for (endpoint_index = 0; endpoint_index < asix -> ux_host_class_asix_interface -> ux_interface_des… in _ux_host_class_asix_endpoints_get()
146 …status = _ux_host_stack_interface_endpoint_get(asix -> ux_host_class_asix_interface, endpoint_ind… in _ux_host_class_asix_endpoints_get()
184 …for (endpoint_index = 0; endpoint_index < asix -> ux_host_class_asix_interface -> ux_interface_des… in _ux_host_class_asix_endpoints_get()
189 …status = _ux_host_stack_interface_endpoint_get(asix -> ux_host_class_asix_interface, endpoint_ind… in _ux_host_class_asix_endpoints_get()
Dux_host_class_asix_configure.c142 …host_stack_configuration_interface_get(configuration, 0, 0, &asix -> ux_host_class_asix_interface); in _ux_host_class_asix_configure()
150 asix -> ux_host_class_asix_interface -> ux_interface_class_instance = (VOID *) asix; in _ux_host_class_asix_configure()
154 …asix -> ux_host_class_asix_interface -> ux_interface_class = asix -> ux_host_class_asix_device ->… in _ux_host_class_asix_configure()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_asix.h407 UX_INTERFACE *ux_host_class_asix_interface; member