Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_uart/include/hardware/
A Duart.h305 static inline bool uart_is_readable(uart_inst_t *uart) { in uart_is_readable() function
338 while (!uart_is_readable(uart)) in uart_read_blocking()
/external/platform/pico/rp2_common/pico_stdio_uart/
A Dstdio_uart.c92 while (i<length && uart_is_readable(uart_instance)) { in stdio_uart_in_chars()
/external/platform/pico/rp2_common/hardware_uart/
A Duart.c205 if (uart_is_readable(uart)) { in uart_is_readable_within_us()

Completed in 4 milliseconds