Searched refs:tx_flag (Results 1 – 9 of 9) sorted by relevance
210 volatile bool tx_flag = 0; variable227 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()
210 volatile bool tx_flag = 0; variable227 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()
214 volatile bool tx_flag = 0; variable231 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()
221 volatile bool tx_flag = 0; variable252 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()
236 volatile bool tx_flag = 0; variable267 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()
258 volatile bool tx_flag = 0; variable302 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()
342 volatile bool tx_flag = 0; variable391 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()
367 rt_uint32_t tx_flag);
761 …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