Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_usart-test.c72 static bool usart_wait_for_flag(QTestState *qts, uint32_t event_addr, in usart_wait_for_flag() function
92 g_assert_true(usart_wait_for_flag(qts, in usart_receive_string()
105 g_assert_true(usart_wait_for_flag(qts, in usart_send_string()
217 usart_wait_for_flag(qts, USART1_BASE_ADDR + A_ISR, R_ISR_RXNE_MASK); in test_receive_char()
226 usart_wait_for_flag(qts, USART1_BASE_ADDR + A_ISR, R_ISR_RXNE_MASK); in test_receive_char()