Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c142 #define UARTE_HW_RX_FIFO_SIZE 5 macro
1180 if (len >= UARTE_HW_RX_FIFO_SIZE) { in uarte_nrfx_rx_buf_rsp()
1533 nrf_uarte_rx_buffer_set(uarte, config->rx_flush_buf, UARTE_HW_RX_FIFO_SIZE); in rx_flush()
2437 static uint8_t uarte##idx##_flush_buf[UARTE_HW_RX_FIFO_SIZE] \