Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_swar_entry.c74 UINT _ux_host_class_swar_entry(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_swar_entry() function
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_swar.h145 UINT _ux_host_class_swar_entry(UX_HOST_CLASS_COMMAND *command);
172 #define ux_host_class_swar_entry _ux_host_class_swar_entry
/USBX-v6.2.1/test/regression/
Dusbx_msrc_81233_host_swar_inst_free_tests.c334 …status = ux_host_stack_class_register(_ux_system_host_class_swar_name, _ux_host_class_swar_entry); in test_application_define()