Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/include/hardware/
Dgpio.h469 #ifndef GPIO_IRQ_CALLBACK_ORDER_PRIORITY
470 #define GPIO_IRQ_CALLBACK_ORDER_PRIORITY PICO_SHARED_IRQ_HANDLER_LOWEST_ORDER_PRIORITY macro
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/
Dgpio.c222 … irq_add_shared_handler(IO_IRQ_BANK0, gpio_default_irq_handler, GPIO_IRQ_CALLBACK_ORDER_PRIORITY); in gpio_set_irq_callback()