Searched refs:RCC_IRQ (Results 1 – 2 of 2) sorted by relevance
22 #define RCC_IRQ 5 macro108 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 …]
82 #define RCC_IRQ 5 macro312 sysbus_connect_irq(busdev, 0, qdev_get_gpio_in(armv7m, RCC_IRQ)); in stm32l4x5_soc_realize()