Home
last modified time | relevance | path

Searched refs:cdc_acm_device_state (Results 1 – 2 of 2) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_standalone_device_cdc_acm_basic_test.c903 UINT cdc_acm_device_state = UX_STATE_RESET; in ux_test_thread_slave_simulation_entry() local
914 cdc_acm_device_state = UX_STATE_RESET; in ux_test_thread_slave_simulation_entry()
919 switch(cdc_acm_device_state) in ux_test_thread_slave_simulation_entry()
930 cdc_acm_device_state = CDC_ACM_DEVICE_STATE_READ; in ux_test_thread_slave_simulation_entry()
936 cdc_acm_device_state = UX_STATE_RESET; in ux_test_thread_slave_simulation_entry()
954 cdc_acm_device_state = CDC_ACM_DEVICE_STATE_WRITE; in ux_test_thread_slave_simulation_entry()
960 cdc_acm_device_state = UX_STATE_RESET; in ux_test_thread_slave_simulation_entry()
974 cdc_acm_device_state = CDC_ACM_DEVICE_STATE_ZLP; in ux_test_thread_slave_simulation_entry()
977 cdc_acm_device_state = CDC_ACM_DEVICE_STATE_READ; in ux_test_thread_slave_simulation_entry()
983 cdc_acm_device_state = UX_STATE_RESET; in ux_test_thread_slave_simulation_entry()
[all …]
Dusbx_standalone_cdc_acm_basic_test.c1094 UINT cdc_acm_device_state = UX_STATE_RESET; in ux_test_thread_slave_simulation_entry() local
1107 cdc_acm_device_state = UX_STATE_RESET; in ux_test_thread_slave_simulation_entry()
1112 switch(cdc_acm_device_state) in ux_test_thread_slave_simulation_entry()
1125 cdc_acm_device_state = CDC_ACM_DEVICE_STATE_READ; in ux_test_thread_slave_simulation_entry()
1131 cdc_acm_device_state = UX_STATE_RESET; in ux_test_thread_slave_simulation_entry()
1149 cdc_acm_device_state = CDC_ACM_DEVICE_STATE_WRITE; in ux_test_thread_slave_simulation_entry()
1155 cdc_acm_device_state = UX_STATE_RESET; in ux_test_thread_slave_simulation_entry()
1169 cdc_acm_device_state = CDC_ACM_DEVICE_STATE_ZLP; in ux_test_thread_slave_simulation_entry()
1172 cdc_acm_device_state = CDC_ACM_DEVICE_STATE_READ; in ux_test_thread_slave_simulation_entry()
1179 cdc_acm_device_state = UX_STATE_RESET; in ux_test_thread_slave_simulation_entry()
[all …]