Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/demo/
A Dvideo_static_h264_template.c210 volatile bool tx_flag = 0; variable
227 tx_flag = 0; in usbd_event_handler()
242 tx_flag = 1; in usbd_video_open()
249 tx_flag = 0; in usbd_video_close()
298 if (tx_flag) { in video_test()
303 if (tx_flag == 0) { in video_test()
A Dvideo_static_mjpeg_template.c210 volatile bool tx_flag = 0; variable
227 tx_flag = 0; in usbd_event_handler()
242 tx_flag = 1; in usbd_video_open()
249 tx_flag = 0; in usbd_video_close()
295 if (tx_flag) { in video_test()
300 if (tx_flag == 0) { in video_test()
A Dvideo_static_yuyv_template.c214 volatile bool tx_flag = 0; variable
231 tx_flag = 0; in usbd_event_handler()
246 tx_flag = 1; in usbd_video_open()
253 tx_flag = 0; in usbd_video_close()
299 if (tx_flag) { in video_test()
304 if (tx_flag == 0) { in video_test()
A Daudio_v1_mic_multichan_template.c221 volatile bool tx_flag = 0; variable
252 tx_flag = 1; in usbd_audio_open()
261 tx_flag = 0; in usbd_audio_close()
323 if (tx_flag) { in audio_test()
328 if (tx_flag == false) { in audio_test()
A Daudio_v2_mic_multichan_template.c236 volatile bool tx_flag = 0; variable
267 tx_flag = 1; in usbd_audio_open()
274 tx_flag = 0; in usbd_audio_close()
342 if (tx_flag) { in audio_v2_test()
347 if (tx_flag == false) { in audio_v2_test()
A Daudio_v1_mic_speaker_multichan_template.c258 volatile bool tx_flag = 0; variable
302 tx_flag = 1; in usbd_audio_open()
314 tx_flag = 0; in usbd_audio_close()
416 if (tx_flag) { in audio_v1_test()
421 if (tx_flag == false) { in audio_v1_test()
A Daudio_v2_mic_speaker_multichan_template.c342 volatile bool tx_flag = 0; variable
391 tx_flag = 1; in usbd_audio_open()
402 tx_flag = 0; in usbd_audio_close()
525 if (tx_flag) { in audio_v2_test()
530 if (tx_flag == false) { in audio_v2_test()
/components/drivers/include/drivers/
A Ddev_serial_v2.h367 rt_uint32_t tx_flag);
/components/legacy/usb/usbdevice/class/
A Dcdc_vcom.c761 …e_t _vcom_tx(struct rt_serial_device *serial, rt_uint8_t *buf, rt_size_t size, rt_uint32_t tx_flag) in _vcom_tx()

Completed in 13 milliseconds