Home
last modified time | relevance | path

Searched refs:ux_configuration_otg_capabilities (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_configuration_set.c109 if (configuration -> ux_configuration_otg_capabilities & UX_OTG_HNP_SUPPORT) in _ux_host_stack_configuration_set()
139 configuration -> ux_configuration_otg_capabilities = 0; in _ux_host_stack_configuration_set()
Dux_host_stack_interfaces_scan.c178 … configuration -> ux_configuration_otg_capabilities = (ULONG) *(descriptor + UX_OTG_BM_ATTRIBUTES); in _ux_host_stack_interfaces_scan()
Dux_host_stack_hnp_polling_thread_entry.c165 … if (configuration -> ux_configuration_otg_capabilities & UX_OTG_HNP_SUPPORT) in _ux_host_stack_hnp_polling_thread_entry()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_configuration_set_test.c430 if (configuration->ux_configuration_otg_capabilities) in tx_test_thread_host_simulation_entry()
438 configuration->ux_configuration_otg_capabilities |= UX_OTG_HNP_SUPPORT; in tx_test_thread_host_simulation_entry()
466 if (!configuration->ux_configuration_otg_capabilities) in tx_test_thread_host_simulation_entry()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2110 ULONG ux_configuration_otg_capabilities; member