Home
last modified time | relevance | path

Searched refs:uart_event (Results 1 – 25 of 41) sorted by relevance

12

/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/
Dmain.c36 struct uart_event evt; in tx_done()
97 struct uart_event evt; in test_hello()
141 struct uart_event evt; in ZTEST()
169 struct uart_event evt; in ZTEST()
208 struct uart_event evt; in ZTEST()
256 struct uart_event evt; in ZTEST()
/Zephyr-latest/drivers/serial/
Duart_nrfx_uart.c394 static void user_callback(const struct device *dev, struct uart_event *event) in user_callback()
453 struct uart_event evt = { in uart_nrfx_tx_abort()
536 struct uart_event event; in rx_rdy_evt()
551 struct uart_event event = { in buf_released_evt()
560 struct uart_event event = { in rx_disabled_evt()
581 struct uart_event event; in rx_isr()
662 struct uart_event event = { in tx_isr()
694 struct uart_event event = { in error_isr()
764 struct uart_event evt; in tx_timeout()
Dserial_test.c335 struct uart_event evt; in serial_vnd_api_tx()
353 evt = (struct uart_event){ in serial_vnd_api_tx()
366 struct uart_event evt; in async_rx_run()
382 evt = (struct uart_event){ in async_rx_run()
395 evt = (struct uart_event){ in async_rx_run()
Duart_emul.c389 static void uart_emul_post_event(const struct device *dev, struct uart_event *evt) in uart_emul_post_event()
402 uart_emul_post_event(dev, &(struct uart_event){.type = type}); in uart_emul_simple_event()
455 struct uart_event rx_rdy_event = { in uart_emul_async_rx_timeout_handler()
467 struct uart_event rx_buf_released_event = { in uart_emul_async_rx_timeout_handler()
563 struct uart_event rx_rdy_event = { in uart_emul_async_rx_handler()
574 struct uart_event rx_buf_released_event = { in uart_emul_async_rx_handler()
662 struct uart_event tx_done_event = { in uart_emul_async_tx_handler()
704 struct uart_event rx_rdy_event = { in uart_emul_rx_stop()
716 struct uart_event rx_buf_released_event = { in uart_emul_rx_stop()
786 struct uart_event tx_aborted_event = { in uart_emul_tx_abort()
Duart_max32.c503 static void async_user_callback(const struct device *dev, struct uart_event *evt) in async_user_callback()
570 struct uart_event tx_done = { in uart_max32_async_tx_callback()
704 struct uart_event tx_aborted = { in api_tx_abort()
749 struct uart_event rel_event = { in api_rx_disable()
756 struct uart_event rx_disabled = {.type = UART_RX_DISABLED}; in api_rx_disable()
767 struct uart_event next_rel_event = { in api_rx_disable()
806 struct uart_event rdy_event = { in uart_max32_async_rx_callback()
819 struct uart_event rel_event = { in uart_max32_async_rx_callback()
830 struct uart_event req_event = { in uart_max32_async_rx_callback()
904 struct uart_event buf_req = { in api_rx_enable()
[all …]
Duart_mcux_flexcomm.c390 struct uart_event *evt) in async_user_callback()
523 struct uart_event tx_abort_event = { in mcux_flexcomm_uart_tx_abort()
602 struct uart_event rx_buf_request = { in mcux_flexcomm_uart_rx_enable()
627 struct uart_event rx_rdy_event = { in flexcomm_uart_rx_update()
679 struct uart_event current_buffer_release_event = { in mcux_flexcomm_uart_rx_disable()
688 struct uart_event next_buffer_release_event = { in mcux_flexcomm_uart_rx_disable()
705 struct uart_event rx_disabled_event = { in mcux_flexcomm_uart_rx_disable()
774 struct uart_event current_buffer_release_event = { in mcux_flexcomm_uart_dma_rx_callback()
797 struct uart_event rx_buf_request = { in mcux_flexcomm_uart_dma_rx_callback()
985 struct uart_event tx_done_event = { in mcux_flexcomm_isr()
Duart_silabs_usart.c307 static inline void async_user_callback(struct uart_silabs_data *data, struct uart_event *event) in async_user_callback()
316 struct uart_event event = { in async_evt_rx_rdy()
332 struct uart_event event = { in async_evt_tx_done()
346 struct uart_event event = { in async_evt_tx_abort()
360 struct uart_event event = { in async_evt_rx_err()
373 struct uart_event evt = { in async_evt_rx_buf_release()
383 struct uart_event evt = { in async_evt_rx_buf_request()
434 struct uart_event disabled_event = {.type = UART_RX_DISABLED}; in uart_silabs_dma_rx_cb()
615 struct uart_event disabled_event = {.type = UART_RX_DISABLED}; in uart_silabs_async_rx_disable()
637 struct uart_event rx_next_buf_release_evt = { in uart_silabs_async_rx_disable()
Duart_sam0.c154 struct uart_event evt = { in uart_sam0_tx_halt()
205 struct uart_event evt = { in uart_sam0_notify_rx_processed()
242 struct uart_event evt = { in uart_sam0_dma_rx_done()
258 struct uart_event evt = { in uart_sam0_dma_rx_done()
295 struct uart_event evt = { in uart_sam0_dma_rx_done()
727 struct uart_event evt = { in uart_sam0_isr()
752 struct uart_event evt = { in uart_sam0_isr()
1136 struct uart_event evt = { in uart_sam0_rx_disable()
1151 struct uart_event next_evt = { in uart_sam0_rx_disable()
Duart_renesas_ra8_sci_b.c434 static inline void async_user_callback(const struct device *dev, struct uart_event *event) in async_user_callback()
446 struct uart_event event = { in async_rx_error()
458 struct uart_event event = { in async_rx_disabled()
466 struct uart_event event = { in async_request_rx_buffer()
480 struct uart_event event = { in async_rx_ready()
518 struct uart_event event = { in async_release_rx_buffer()
538 struct uart_event event = { in async_release_rx_next_buffer()
551 struct uart_event event = { in async_update_tx_buffer()
567 struct uart_event event = { in async_tx_abort()
Duart_renesas_ra_sci.c579 static inline void async_user_callback(const struct device *dev, struct uart_event *event) in async_user_callback()
592 struct uart_event event = { in async_rx_release_buf()
606 struct uart_event event = { in async_rx_release_next_buf()
616 struct uart_event event = { in async_rx_req_buf()
627 struct uart_event event = { in async_rx_disable()
652 struct uart_event event = { in async_rx_ready()
713 struct uart_event event = { in uart_ra_sci_async_tx_abort()
812 struct uart_event event = { in async_evt_rx_err()
848 struct uart_event event = { in async_evt_tx_done()
Duart_npcx.c419 static void async_user_callback(const struct device *dev, struct uart_event *evt) in async_user_callback()
433 struct uart_event event = {.type = UART_RX_RDY, in async_evt_rx_rdy()
458 struct uart_event event = {.type = UART_TX_DONE, in async_evt_tx_done()
503 struct uart_event evt = { in async_evt_rx_buf_request()
611 struct uart_event tx_aborted_event = { in uart_npcx_async_tx_abort()
680 struct uart_event evt = { in async_evt_rx_buf_release()
728 struct uart_event disabled_event = {.type = UART_RX_DISABLED}; in uart_npcx_async_rx_disable()
Duart_xmc4xxx.c397 struct uart_event evt = {.type = UART_RX_BUF_REQUEST}; in async_evt_rx_buf_request()
406 struct uart_event event = {.type = UART_RX_BUF_RELEASED}; in async_evt_rx_release_buffer()
434 struct uart_event event = {.type = UART_RX_STOPPED, .data.rx_stop.reason = reason}; in async_evt_rx_stopped()
455 struct uart_event event = {.type = UART_RX_DISABLED}; in async_evt_rx_disabled()
469 struct uart_event event = {.type = UART_RX_RDY, in async_evt_rx_rdy()
483 struct uart_event event = {.type = UART_TX_DONE, in async_evt_tx_done()
498 struct uart_event event = {.type = UART_TX_ABORTED, in async_evt_tx_abort()
Duart_ifx_cat1.c561 struct uart_event evt = {0}; in ifx_cat1_uart_async_tx_abort()
605 struct uart_event evt = {.type = UART_TX_DONE, in dma_callback_tx_done()
636 struct uart_event event = {.type = UART_RX_RDY, in async_evt_rx_rdy()
651 struct uart_event evt = {.type = UART_RX_BUF_REQUEST}; in async_evt_rx_buf_request()
660 struct uart_event event = {.type = UART_RX_BUF_RELEASED}; in async_evt_rx_release_buffer()
687 struct uart_event event = {.type = UART_RX_DISABLED}; in async_evt_rx_disabled()
702 struct uart_event event = {.type = UART_RX_STOPPED, .data.rx_stop.reason = reason}; in async_evt_rx_stopped()
Duart_esp32.c566 struct uart_event evt = {0}; in uart_esp32_dma_rx_done()
634 struct uart_event evt = {0}; in uart_esp32_dma_tx_done()
656 struct uart_event evt = {0}; in uart_esp32_async_tx_abort()
697 struct uart_event evt = {0}; in uart_esp32_async_rx_timeout()
803 struct uart_event evt = {0}; in uart_esp32_async_rx_enable()
885 struct uart_event evt = {0}; in uart_esp32_async_rx_disable()
Duart_mcux_lpuart.c431 static void async_user_callback(const struct device *dev, struct uart_event *evt) in async_user_callback()
447 struct uart_event event = { in async_evt_tx_done()
465 struct uart_event event = { in async_evt_rx_rdy()
486 struct uart_event evt = { in async_evt_rx_buf_request()
496 struct uart_event evt = { in async_evt_rx_buf_release()
568 struct uart_event disabled_event = { in mcux_lpuart_rx_disable()
806 struct uart_event tx_aborted_event = { in mcux_lpuart_tx_abort()
Duart_rtt.c106 struct uart_event evt = { in uart_rtt_tx()
/Zephyr-latest/include/zephyr/drivers/
Duart.h291 struct uart_event { struct
317 struct uart_event *evt, void *user_data);
/Zephyr-latest/samples/boards/st/uart/circular_dma/src/
Dmain.c76 void uart_cb(const struct device *dev, struct uart_event *evt, void *user_data) in uart_cb()
/Zephyr-latest/tests/drivers/uart/uart_async_api/src/
Dtest_uart_async.c121 struct uart_event *evt, void *user_data) in test_single_read_callback()
364 struct uart_event *evt, void *user_data) in test_chained_read_callback()
450 struct uart_event *evt, void *user_data) in test_double_buffer_callback()
526 struct uart_event *evt, void *user_data) in test_read_abort_callback()
658 struct uart_event *evt, void *user_data) in test_write_abort_callback()
737 struct uart_event *evt, void *user_data) in test_forever_timeout_callback()
825 struct uart_event *evt, void *user_data) in test_chained_write_callback()
917 struct uart_event *evt, void *user_data) in test_long_buffers_callback()
Dtest_uart_wide.c49 struct uart_event *evt, void *user_data) in test_single_read_callback()
/Zephyr-latest/drivers/console/
Duart_mcumgr.c124 static void uart_mcumgr_async(const struct device *dev, struct uart_event *evt, void *user_data) in uart_mcumgr_async()
/Zephyr-latest/drivers/modem/
Dmodem_iface_uart_async.c23 struct uart_event *evt, in iface_uart_async_callback()
/Zephyr-latest/tests/drivers/uart/uart_errors/src/
Dmain.c79 static void dut_async_callback(const struct device *dev, struct uart_event *evt, void *user_data) in dut_async_callback()
149 static void aux_async_callback(const struct device *dev, struct uart_event *evt, void *user_data) in aux_async_callback()
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/src/
Dmain.c97 struct uart_event *evt, void *user_data);
206 struct uart_event *evt, void *user_data) in async_callback()
/Zephyr-latest/tests/drivers/uart/uart_emul/src/
Dbus.c242 static void uart_emul_callback(const struct device *dev, struct uart_event *evt, void *user_data) in uart_emul_callback()
318 static void uart_emul_callback_rx_timeout(const struct device *dev, struct uart_event *evt, in uart_emul_callback_rx_timeout()

12