Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dstm32l4x5_rcc-test.c22 #define RCC_IRQ 5 macro
108 enable_nvic_irq(RCC_IRQ); in test_irq()
112 g_assert_true(check_nvic_pending(RCC_IRQ)); in test_irq()
114 unpend_nvic_irq(RCC_IRQ); in test_irq()
118 g_assert_true(check_nvic_pending(RCC_IRQ)); in test_irq()
120 unpend_nvic_irq(RCC_IRQ); in test_irq()
132 g_assert_true(check_nvic_pending(RCC_IRQ)); in test_irq()
134 unpend_nvic_irq(RCC_IRQ); in test_irq()
140 unpend_nvic_irq(RCC_IRQ); in test_irq()
154 unpend_nvic_irq(RCC_IRQ); in test_irq()
[all …]
/qemu/hw/arm/
H A Dstm32l4x5_soc.c82 #define RCC_IRQ 5 macro
311 sysbus_connect_irq(busdev, 0, qdev_get_gpio_in(armv7m, RCC_IRQ)); in stm32l4x5_soc_realize()