Home
last modified time | relevance | path

Searched refs:_ux_system_otg (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_role_swap.c117 _ux_system_otg -> ux_system_otg_change_mode_event = UX_OTG_HOST_TO_SLAVE; in _ux_host_stack_role_swap()
120 _ux_system_otg -> ux_system_otg_function(UX_OTG_HOST_TO_SLAVE); in _ux_host_stack_role_swap()
123 _ux_system_otg -> ux_system_otg_change_mode_event = 0; in _ux_host_stack_role_swap()
Dux_device_stack_set_feature.c135 _ux_system_otg -> ux_system_otg_slave_set_feature_flag |= UX_OTG_FEATURE_A_HNP_SUPPORT; in _ux_device_stack_set_feature()
146 _ux_system_otg -> ux_system_otg_slave_set_feature_flag |= UX_OTG_FEATURE_B_HNP_ENABLE; in _ux_device_stack_set_feature()
Dux_system_initialize.c38 UX_SYSTEM_OTG *_ux_system_otg; variable
173_ux_system_otg = (UX_SYSTEM_OTG *) (((UCHAR *) regular_memory_pool_start) + memory_pool_offset); in _ux_system_initialize()
Dux_device_stack_get_status.c127 …*transfer_request -> ux_slave_transfer_request_data_pointer = (UCHAR) _ux_system_otg -> ux_system… in _ux_device_stack_get_status()
/USBX-v6.2.1/common/core/inc/
Dux_system.h85 extern UX_SYSTEM_OTG *_ux_system_otg;
/USBX-v6.2.1/test/regression/
Dusbx_ux_device_stack_set_feature_test.c478 … if ((_ux_system_otg -> ux_system_otg_slave_set_feature_flag & UX_OTG_FEATURE_A_HNP_SUPPORT) == 0) in ux_test_thread_simulation_0_entry()
510 if ((_ux_system_otg -> ux_system_otg_slave_set_feature_flag & UX_OTG_FEATURE_B_HNP_ENABLE) == 0) in ux_test_thread_simulation_0_entry()