Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_exti-test.c47 static bool check_nvic_pending(unsigned int n) in check_nvic_pending() function
185 g_assert_false(check_nvic_pending(EXTI0_IRQ)); in test_software_interrupt()
198 g_assert_true(check_nvic_pending(EXTI0_IRQ)); in test_software_interrupt()
208 g_assert_true(check_nvic_pending(EXTI0_IRQ)); in test_software_interrupt()
218 g_assert_false(check_nvic_pending(EXTI35_IRQ)); in test_software_interrupt()
231 g_assert_true(check_nvic_pending(EXTI35_IRQ)); in test_software_interrupt()
241 g_assert_true(check_nvic_pending(EXTI35_IRQ)); in test_software_interrupt()
245 g_assert_false(check_nvic_pending(EXTI0_IRQ)); in test_software_interrupt()
247 g_assert_false(check_nvic_pending(EXTI35_IRQ)); in test_software_interrupt()
263 g_assert_false(check_nvic_pending(EXTI0_IRQ)); in test_edge_selector()
[all …]
H A Dstm32l4x5_rcc-test.c34 static bool check_nvic_pending(unsigned int n) in check_nvic_pending() function
112 g_assert_true(check_nvic_pending(RCC_IRQ)); in test_irq()
118 g_assert_true(check_nvic_pending(RCC_IRQ)); in test_irq()
128 g_assert_false(check_nvic_pending(RCC_IRQ)); in test_irq()
132 g_assert_true(check_nvic_pending(RCC_IRQ)); in test_irq()
138 g_assert_true(check_nvic_pending(RCC_IRQ)); in test_irq()
148 g_assert_false(check_nvic_pending(RCC_IRQ)); in test_irq()
152 g_assert_true(check_nvic_pending(RCC_IRQ)); in test_irq()
158 g_assert_true(check_nvic_pending(RCC_IRQ)); in test_irq()
H A Dstm32l4x5_usart-test.c53 static bool check_nvic_pending(QTestState *qts, unsigned int n) in check_nvic_pending() function
224 g_assert_false(check_nvic_pending(qts, USART1_IRQ)); in test_receive_char()
233 g_assert_true(check_nvic_pending(qts, USART1_IRQ)); in test_receive_char()
254 g_assert_false(check_nvic_pending(qts, USART1_IRQ)); in test_send_char()
263 g_assert_true(check_nvic_pending(qts, USART1_IRQ)); in test_send_char()