Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dmicrobit-test.c28 static bool uart_wait_for_event(QTestState *qts, uint32_t event_addr) in uart_wait_for_event() function
56 g_assert_true(uart_wait_for_event(qts, NRF51_UART_BASE + in uart_rw_to_rxd()
69 g_assert_true(uart_wait_for_event(qts, NRF51_UART_BASE + in uart_w_to_txd()
86 g_assert_true(uart_wait_for_event(qts, NRF51_UART_BASE + A_UART_RXDRDY)); in test_nrf51_uart()