Home
last modified time | relevance | path

Searched refs:ux_host_class_pima_interface (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_pima_endpoints_get.c91 …for (endpoint_index = 0; endpoint_index < pima -> ux_host_class_pima_interface -> ux_interface_des… in _ux_host_class_pima_endpoints_get()
96 …status = _ux_host_stack_interface_endpoint_get(pima -> ux_host_class_pima_interface, endpoint_ind… in _ux_host_class_pima_endpoints_get()
131 …for (endpoint_index = 0; endpoint_index < pima -> ux_host_class_pima_interface -> ux_interface_des… in _ux_host_class_pima_endpoints_get()
136 …status = _ux_host_stack_interface_endpoint_get(pima -> ux_host_class_pima_interface, endpoint_ind… in _ux_host_class_pima_endpoints_get()
171 …for (endpoint_index = 0; endpoint_index < pima -> ux_host_class_pima_interface -> ux_interface_des… in _ux_host_class_pima_endpoints_get()
176 …status = _ux_host_stack_interface_endpoint_get(pima -> ux_host_class_pima_interface, endpoint_ind… in _ux_host_class_pima_endpoints_get()
Dux_host_class_pima_configure.c142 …host_stack_configuration_interface_get(configuration, 0, 0, &pima -> ux_host_class_pima_interface); in _ux_host_class_pima_configure()
148 pima -> ux_host_class_pima_interface -> ux_interface_class_instance = (VOID *) pima; in _ux_host_class_pima_configure()
Dux_host_class_pima_activate.c121 pima -> ux_host_class_pima_interface = interface_ptr; in _ux_host_class_pima_activate()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_pima.h375 UX_INTERFACE *ux_host_class_pima_interface; member