Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_device_stack_interface_set_test.c463 status = _ux_device_stack_configuration_set(0); in ux_test_thread_simulation_0_entry()
476 status = _ux_device_stack_configuration_set(1); in ux_test_thread_simulation_0_entry()
486 status = _ux_device_stack_configuration_set(0); in ux_test_thread_simulation_0_entry()
498 status = _ux_device_stack_configuration_set(1); in ux_test_thread_simulation_0_entry()
/USBX-v6.2.1/common/core/inc/
Dux_device_stack.h86 UINT _ux_device_stack_configuration_set(ULONG configuration_value);
Dux_api.h2829 #define ux_device_stack_configuration_set _ux_device_stack_configuration_set
/USBX-v6.2.1/common/core/src/
Dux_device_stack_control_request_process.c316 status = _ux_device_stack_configuration_set(request_value); in _ux_device_stack_control_request_process()
Dux_device_stack_configuration_set.c84 UINT _ux_device_stack_configuration_set(ULONG configuration_value) in _ux_device_stack_configuration_set() function