Lines Matching refs:RCC_IRQ
22 #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()
128 g_assert_false(check_nvic_pending(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()
138 g_assert_true(check_nvic_pending(RCC_IRQ)); in test_irq()
140 unpend_nvic_irq(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()
154 unpend_nvic_irq(RCC_IRQ); in test_irq()
158 g_assert_true(check_nvic_pending(RCC_IRQ)); in test_irq()
160 unpend_nvic_irq(RCC_IRQ); in test_irq()