Lines Matching full:isr
32 /* note: no need to check the state of the SW ISR tables after in dynamic_shared_irq_suite_after()
58 if (_sw_isr_table[table_idx].isr == &z_irq_spurious) { in get_irq_slot()
113 zassert_true(_sw_isr_table[fixture.irq1_table_idx + TABLE_OFFSET].isr == test_isr_0, in dynamic_shared_irq_suite_before()
114 "wrong _sw_isr_table ISR at irq1"); in dynamic_shared_irq_suite_before()
123 zassert_true(_sw_isr_table[fixture.irq1_table_idx + TABLE_OFFSET].isr == z_shared_isr, in dynamic_shared_irq_suite_before()
124 "wrong _sw_isr_table ISR at irq1"); in dynamic_shared_irq_suite_before()
141 zassert_true(_sw_isr_table[fixture.irq2_table_idx + TABLE_OFFSET].isr == test_isr_2, in dynamic_shared_irq_suite_before()
142 "wrong _sw_isr_table ISR at irq2"); in dynamic_shared_irq_suite_before()
157 * (i.e: multiple ISR/arg pairs are called whenever the interrupt
184 * @brief Test writing to a vector after an ISR/arg disconnect.
188 * @details This tests if ISR/arg pairs are disconnected successfully
189 * and the interrupts are "unshared" whenever a single ISR/arg pair is
202 zassert_true(_sw_isr_table[fixture.irq1_table_idx + TABLE_OFFSET].isr == test_isr_1, in ZTEST()
203 "wrong _sw_isr_table ISR at irq1"); in ZTEST()