Searched refs:event_uart_has_bytes (Results 1 – 1 of 1) sorted by relevance
55 static void event_uart_has_bytes(eager_reader_t *reader, void *context);95 eager_reader_register(uart_stream, thread_get_reactor(thread), event_uart_has_bytes, NULL); in hal_open()222 static void event_uart_has_bytes(eager_reader_t *reader, UNUSED_ATTR void *context) { in event_uart_has_bytes() function