Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_gser_entry.c74 UINT _ux_host_class_gser_entry(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_gser_entry() function
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_gser.h262 UINT _ux_host_class_gser_entry(UX_HOST_CLASS_COMMAND *command);
294 #define ux_host_class_gser_entry _ux_host_class_gser_entry
/USBX-v6.2.1/test/regression/
Dusbx_msrc_81232_host_gser_inst_free_tests.c340 …status = ux_host_stack_class_register(_ux_system_host_class_gser_name, _ux_host_class_gser_entry); in test_application_define()