Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_printer.h156 UINT _ux_host_class_printer_entry(UX_HOST_CLASS_COMMAND *command);
179 #define ux_host_class_printer_entry _ux_host_class_printer_entry
190 #define ux_host_class_printer_entry _ux_host_class_printer_entry
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_printer_entry.c97 UINT _ux_host_class_printer_entry(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_printer_entry() function
/USBX-v6.2.1/test/regression/
Dusbx_class_printer_basic_tests.c336 … = ux_host_stack_class_register(_ux_system_host_class_printer_name, _ux_host_class_printer_entry); in test_application_define()