Home
last modified time | relevance | path

Searched refs:ep_tx_busy_flag (Results 1 – 12 of 12) sorted by relevance

/components/drivers/usb/cherryusb/demo/
A Daudio_v1_mic_multichan_template.c222 volatile bool ep_tx_busy_flag = false; variable
253 ep_tx_busy_flag = false; in usbd_audio_open()
260 ep_tx_busy_flag = false; in usbd_audio_close()
287 ep_tx_busy_flag = false; in usbd_audio_iso_callback()
325 ep_tx_busy_flag = true; in audio_test()
327 while (ep_tx_busy_flag) { in audio_test()
A Dcdc_acm_template.c174 volatile bool ep_tx_busy_flag = false; variable
190 ep_tx_busy_flag = false; in usbd_event_handler()
223 ep_tx_busy_flag = false; in usbd_cdc_acm_bulk_in()
274 ep_tx_busy_flag = true; in cdc_acm_data_send_with_dtr_test()
276 while (ep_tx_busy_flag) { in cdc_acm_data_send_with_dtr_test()
A Dcdc_acm_mavlink_template.c179 volatile bool ep_tx_busy_flag = false; variable
195 ep_tx_busy_flag = false; in usbd_event_handler()
225 ep_tx_busy_flag = false; in usbd_cdc_acm_bulk_in()
263 ep_tx_busy_flag = true; in cdc_acm_mavlink_write()
265 while (ep_tx_busy_flag) { in cdc_acm_mavlink_write()
A Dcdc_acm_msc_template.c186 volatile bool ep_tx_busy_flag = false; variable
202 ep_tx_busy_flag = false; in usbd_event_handler()
231 ep_tx_busy_flag = false; in usbd_cdc_acm_bulk_in()
281 ep_tx_busy_flag = true; in cdc_acm_data_send_with_dtr_test()
283 while (ep_tx_busy_flag) { in cdc_acm_data_send_with_dtr_test()
A Dwinusb2.0_cdc_template.c318 volatile bool ep_tx_busy_flag = false; variable
334 ep_tx_busy_flag = false; in usbd_event_handler()
369 ep_tx_busy_flag = false; in usbd_winusb_in()
393 ep_tx_busy_flag = false; in usbd_cdc_acm_in()
461 ep_tx_busy_flag = true; in cdc_acm_data_send_with_dtr_test()
463 while (ep_tx_busy_flag) { in cdc_acm_data_send_with_dtr_test()
A Daudio_v1_mic_speaker_multichan_template.c260 volatile bool ep_tx_busy_flag = false; variable
303 ep_tx_busy_flag = false; in usbd_audio_open()
315 ep_tx_busy_flag = false; in usbd_audio_close()
353 ep_tx_busy_flag = false; in usbd_audio_in_callback()
418 ep_tx_busy_flag = true; in audio_v1_test()
420 while (ep_tx_busy_flag) { in audio_v1_test()
A Dcdc_acm_hid_msc_template.c334 volatile bool ep_tx_busy_flag = false; variable
350 ep_tx_busy_flag = false; in usbd_event_handler()
380 ep_tx_busy_flag = false; in usbd_cdc_acm_bulk_in()
462 ep_tx_busy_flag = true; in cdc_acm_data_send_with_dtr_test()
464 while (ep_tx_busy_flag) { in cdc_acm_data_send_with_dtr_test()
A Dwinusb1.0_template.c412 volatile bool ep_tx_busy_flag = false; variable
428 ep_tx_busy_flag = false; in usbd_event_handler()
465 ep_tx_busy_flag = false; in usbd_winusb_in()
503 ep_tx_busy_flag = false; in usbd_winusb_in2()
A Daudio_v2_mic_multichan_template.c237 volatile bool ep_tx_busy_flag = false; variable
306 ep_tx_busy_flag = false; in usbd_audio_iso_in_callback()
344 ep_tx_busy_flag = true; in audio_v2_test()
346 while (ep_tx_busy_flag) { in audio_v2_test()
A Dcdc_acm_multi_template.c192 volatile bool ep_tx_busy_flag = false; variable
208 ep_tx_busy_flag = false; in usbd_event_handler()
240 ep_tx_busy_flag = false; in usbd_cdc_acm_bulk_in()
A Dwinusb2.0_hid_template.c384 volatile bool ep_tx_busy_flag = false; variable
400 ep_tx_busy_flag = false; in usbd_event_handler()
434 ep_tx_busy_flag = false; in usbd_winusb_in()
A Daudio_v2_mic_speaker_multichan_template.c344 volatile bool ep_tx_busy_flag = false; variable
450 ep_tx_busy_flag = false; in usbd_audio_iso_in_callback()
527 ep_tx_busy_flag = true; in audio_v2_test()
529 while (ep_tx_busy_flag) { in audio_v2_test()

Completed in 22 milliseconds