Searched refs:class (Results 1 – 5 of 5) sorted by relevance
/USBX-v6.2.1/common/usbx_host_classes/src/ |
D | ux_host_class_hub_change_detect.c | 88 UX_HOST_CLASS *class; in _ux_host_class_hub_change_detect() 94 _ux_host_stack_class_get(_ux_system_host_class_hub_name, &class); in _ux_host_class_hub_change_detect() 104 status = _ux_host_stack_class_instance_get(class, class_index++, (VOID **) &hub); in _ux_host_class_hub_change_detect()
|
/USBX-v6.2.1/samples/ |
D | demo_usbx.c | 255 UX_HOST_CLASS *class; in tx_demo_thread_host_simulation_entry() local 261 status = ux_host_stack_class_get(_ux_system_host_class_dpump_name, &class); in tx_demo_thread_host_simulation_entry() 271 status = ux_host_stack_class_instance_get(class, 0, (VOID **) &dpump); in tx_demo_thread_host_simulation_entry()
|
/USBX-v6.2.1/common/core/inc/ |
D | ux_host_stack.h | 127 UINT _ux_host_stack_class_instance_destroy(UX_HOST_CLASS *class, VOID *class_instance); 128 UINT _ux_host_stack_class_instance_create(UX_HOST_CLASS *class, VOID *class_instance); 129 UINT _ux_host_stack_class_instance_get(UX_HOST_CLASS *class, UINT class_index, VOID **class_inst…
|
/USBX-v6.2.1/ports/linux/gnu/inc/ |
D | ux_port.h | 58 #define class usbx_class macro
|
/USBX-v6.2.1/support/windows_host_files/ |
D | CDC_ACM_Template.inf | 3 ; INF file for Microsoft Azure RTOS simple CDC/ACM class
|