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.c90 …for (endpoint_index = 0; endpoint_index < pima -> ux_host_class_pima_interface -> ux_interface_des… in _ux_host_class_pima_endpoints_get()
95 …status = _ux_host_stack_interface_endpoint_get(pima -> ux_host_class_pima_interface, endpoint_ind… in _ux_host_class_pima_endpoints_get()
130 …for (endpoint_index = 0; endpoint_index < pima -> ux_host_class_pima_interface -> ux_interface_des… in _ux_host_class_pima_endpoints_get()
135 …status = _ux_host_stack_interface_endpoint_get(pima -> ux_host_class_pima_interface, endpoint_ind… in _ux_host_class_pima_endpoints_get()
170 …for (endpoint_index = 0; endpoint_index < pima -> ux_host_class_pima_interface -> ux_interface_des… in _ux_host_class_pima_endpoints_get()
175 …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.c141 …host_stack_configuration_interface_get(configuration, 0, 0, &pima -> ux_host_class_pima_interface); in _ux_host_class_pima_configure()
147 pima -> ux_host_class_pima_interface -> ux_interface_class_instance = (VOID *) pima; in _ux_host_class_pima_configure()
Dux_host_class_pima_activate.c120 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.h387 UX_INTERFACE *ux_host_class_pima_interface; member