Home
last modified time | relevance | path

Searched refs:UX_DCD_CHANGE_STATE (Results 1 – 9 of 9) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_device_stack_host_wakeup.c87 …status = dcd -> ux_slave_dcd_function(dcd, UX_DCD_CHANGE_STATE, (VOID *) UX_DEVICE_REMOTE_WAKEUP); in _ux_device_stack_host_wakeup()
Dux_device_stack_configuration_set.c217 dcd -> ux_slave_dcd_function(dcd, UX_DCD_CHANGE_STATE, (VOID *) UX_DEVICE_ATTACHED); in _ux_device_stack_configuration_set()
398 dcd -> ux_slave_dcd_function(dcd, UX_DCD_CHANGE_STATE, (VOID *) UX_DEVICE_CONFIGURED); in _ux_device_stack_configuration_set()
Dux_dcd_sim_slave_function.c159 case UX_DCD_CHANGE_STATE: in _ux_dcd_sim_slave_function()
/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_dfu_tasks_run.c98 dcd -> ux_slave_dcd_function(dcd, UX_DCD_CHANGE_STATE, (VOID *) UX_DEVICE_FORCE_DISCONNECT); in _ux_device_class_dfu_tasks_run()
Dux_device_class_dfu_thread.c122 … dcd -> ux_slave_dcd_function(dcd, UX_DCD_CHANGE_STATE, (VOID *) UX_DEVICE_FORCE_DISCONNECT); in _ux_device_class_dfu_thread()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_cdc_acm_transfer_request_completed_test.c219 { UX_DCD_CHANGE_STATE, NULL,
Dusbx_ux_device_stack_remote_wakeup_test.c219 { UX_DCD_CHANGE_STATE, NULL,
Dux_test.c916 case UX_DCD_CHANGE_STATE: in ux_test_action_handler_check()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1597 #define UX_DCD_CHANGE_STATE 19 macro