Home
last modified time | relevance | path

Searched refs:UX_HCD_OTG_CAPABLE (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_configuration_set.c121 if (hcd -> ux_hcd_otg_capabilities & UX_HCD_OTG_CAPABLE) in _ux_host_stack_configuration_set()
Dux_host_stack_hnp_polling_thread_entry.c120 if ((hcd -> ux_hcd_otg_capabilities & UX_HCD_OTG_CAPABLE) && in _ux_host_stack_hnp_polling_thread_entry()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_configuration_set_test.c397 hcd -> ux_hcd_otg_capabilities = UX_HCD_OTG_CAPABLE; in tx_test_thread_host_simulation_entry()
449 …ICE_HCD_GET(configuration->ux_configuration_device)->ux_hcd_otg_capabilities |= UX_HCD_OTG_CAPABLE; in tx_test_thread_host_simulation_entry()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1361 #define UX_HCD_OTG_CAPABLE 1u macro