Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_irq/
Dirq.c520 irq_handler_t handler_of_next_slot = handler_from_slot(next_slot); in irq_remove_handler() local
522 to_free_slot->inst2 = (uint32_t)handler_of_next_slot; in irq_remove_handler()
524 to_free_slot->inst1 = make_call_inst1(handler_of_next_slot); in irq_remove_handler()
525 to_free_slot->inst2 = make_call_inst2(handler_of_next_slot); in irq_remove_handler()