Searched refs:irq_add_shared_handler (Results 1 – 4 of 4) sorted by relevance
| /external/platform/pico/rp2_common/hardware_irq/include/hardware/ |
| A D | irq.h | 240 void irq_add_shared_handler(uint num, irq_handler_t handler, uint8_t order_priority);
|
| /external/platform/pico/rp2_common/hardware_gpio/ |
| A D | gpio.c | 199 … irq_add_shared_handler(IO_IRQ_BANK0, gpio_default_irq_handler, GPIO_IRQ_CALLBACK_ORDER_PRIORITY); in gpio_set_irq_callback() 206 irq_add_shared_handler(IO_IRQ_BANK0, handler, order_priority); in gpio_add_raw_irq_handler_with_order_priority_masked()
|
| /external/platform/pico/rp2_common/pico_stdio_usb/ |
| A D | stdio_usb.c | 205 irq_add_shared_handler(USBCTRL_IRQ, usb_irq, PICO_SHARED_IRQ_HANDLER_LOWEST_ORDER_PRIORITY); in stdio_usb_init()
|
| /external/platform/pico/rp2_common/hardware_irq/ |
| A D | irq.c | 206 void irq_add_shared_handler(uint num, irq_handler_t handler, uint8_t order_priority) { in irq_add_shared_handler() function
|
Completed in 5 milliseconds