Home
last modified time | relevance | path

Searched refs:iso_tx_busy (Results 1 – 3 of 3) sorted by relevance

/components/drivers/usb/cherryusb/demo/
A Dvideo_static_h264_template.c211 volatile bool iso_tx_busy = false; variable
228 iso_tx_busy = false; in usbd_event_handler()
244 iso_tx_busy = false; in usbd_video_open()
250 iso_tx_busy = false; in usbd_video_close()
261 iso_tx_busy = false; in usbd_video_iso_callback()
299 iso_tx_busy = true; in video_test()
302 while (iso_tx_busy) { in video_test()
A Dvideo_static_mjpeg_template.c211 volatile bool iso_tx_busy = false; variable
228 iso_tx_busy = false; in usbd_event_handler()
244 iso_tx_busy = false; in usbd_video_open()
250 iso_tx_busy = false; in usbd_video_close()
261 iso_tx_busy = false; in usbd_video_iso_callback()
296 iso_tx_busy = true; in video_test()
299 while (iso_tx_busy) { in video_test()
A Dvideo_static_yuyv_template.c215 volatile bool iso_tx_busy = false; variable
232 iso_tx_busy = false; in usbd_event_handler()
248 iso_tx_busy = false; in usbd_video_open()
254 iso_tx_busy = false; in usbd_video_close()
265 iso_tx_busy = false; in usbd_video_iso_callback()
300 iso_tx_busy = true; in video_test()
303 while (iso_tx_busy) { in video_test()

Completed in 10 milliseconds