Home
last modified time | relevance | path

Searched refs:UART_RX_RDY (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/
Dmain.c108 evt.type = UART_RX_RDY; in test_hello()
149 evt.type = UART_RX_RDY; in ZTEST()
188 evt.type = UART_RX_RDY; in ZTEST()
213 evt.type = UART_RX_RDY; in ZTEST()
229 evt.type = UART_RX_RDY; in ZTEST()
237 evt.type = UART_RX_RDY; in ZTEST()
270 evt.type = UART_RX_RDY; in ZTEST()
/Zephyr-latest/tests/drivers/uart/uart_emul/src/
Dbus.c254 case UART_RX_RDY: in uart_emul_callback()
310 zexpect_true(uart_emul_wait_for_event(fixture, UART_RX_RDY), "UART_RX_RDY event expected"); in ZTEST_F()
343 zexpect_true(uart_emul_wait_for_event(fixture, UART_RX_RDY)); in ZTEST_F()
351 zexpect_true(uart_emul_wait_for_event(fixture, UART_RX_RDY)); in ZTEST_F()
Ddevice.c211 case UART_RX_RDY: in uart_emul_callback()
255 zexpect_true(uart_emul_device_wait_for_event(fixture, UART_RX_RDY), in ZTEST_F()
/Zephyr-latest/tests/drivers/uart/uart_async_api/src/
Dtest_uart_async.c133 case UART_RX_RDY: in test_single_read_callback()
372 case UART_RX_RDY: in test_chained_read_callback()
456 case UART_RX_RDY: in test_double_buffer_callback()
550 case UART_RX_RDY: in test_read_abort_callback()
661 case UART_RX_RDY: in test_write_abort_callback()
739 case UART_RX_RDY: in test_forever_timeout_callback()
830 case UART_RX_RDY: in test_chained_write_callback()
918 case UART_RX_RDY: in test_long_buffers_callback()
Dtest_uart_wide.c60 case UART_RX_RDY: in test_single_read_callback()
/Zephyr-latest/drivers/console/
Duart_mcumgr.c136 case UART_RX_RDY: in uart_mcumgr_async()
/Zephyr-latest/drivers/modem/
Dmodem_iface_uart_async.c53 case UART_RX_RDY: in iface_uart_async_callback()
/Zephyr-latest/include/zephyr/drivers/
Duart.h220 UART_RX_RDY, enumerator
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_uart.c155 case UART_RX_RDY: in uart_callback()
/Zephyr-latest/drivers/serial/
Duart_emul.c451 .type = UART_RX_RDY, in uart_emul_async_rx_timeout_handler()
559 .type = UART_RX_RDY, in uart_emul_async_rx_handler()
700 .type = UART_RX_RDY, in uart_emul_rx_stop()
Duart_esp32.c583 evt.type = UART_RX_RDY; in uart_esp32_dma_rx_done()
700 evt.type = UART_RX_RDY; in uart_esp32_async_rx_timeout()
901 evt.type = UART_RX_RDY; in uart_esp32_async_rx_disable()
Duart_async_to_irq.c143 case UART_RX_RDY: in uart_async_to_irq_callback()
Dserial_test.c383 .type = UART_RX_RDY, in async_rx_run()
Duart_nrfx_uart.c539 event.type = UART_RX_RDY; in rx_rdy_evt()
Duart_nrfx_uarte2.c253 evt.type = UART_RX_RDY, in on_rx_done()
Duart_mcux_flexcomm.c628 .type = UART_RX_RDY, in flexcomm_uart_rx_update()
Duart_npcx.c433 struct uart_event event = {.type = UART_RX_RDY, in async_evt_rx_rdy()
Duart_renesas_ra8_sci_b.c481 .type = UART_RX_RDY, in async_rx_ready()
Duart_sam0.c206 .type = UART_RX_RDY, in uart_sam0_notify_rx_processed()
/Zephyr-latest/subsys/modem/backends/
Dmodem_backend_uart_async.c112 case UART_RX_RDY: in modem_backend_uart_async_event_handler()
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/src/
Dmain.c209 case UART_RX_RDY: in async_callback()
/Zephyr-latest/tests/drivers/uart/uart_errors/src/
Dmain.c85 case UART_RX_RDY: in dut_async_callback()
/Zephyr-latest/subsys/shell/backends/
Dshell_uart.c39 case UART_RX_RDY: in async_callback()
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c707 case UART_RX_RDY: in uart_event_handler()
/Zephyr-latest/drivers/net/
Dppp.c173 case UART_RX_RDY: in uart_callback()

12