Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/
Dplatform_defs.h25 #define NUM_USER_IRQS _u(6) macro
116 #define FIRST_USER_IRQ (NUM_IRQS - NUM_USER_IRQS)
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/
Dplatform_defs.h26 #define NUM_USER_IRQS _u(6) macro
161 #define FIRST_USER_IRQ (NUM_IRQS - NUM_USER_IRQS)
/hal_rpi_pico-latest/src/host/hardware_irq/
Dirq.c117 …int bit = hw_claim_unused_from_range(user_irq_claimed_ptr(), required, 0, NUM_USER_IRQS - 1, "No u… in PICO_WEAK_FUNCTION_DEF()
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/
Dstdio_usb.c37 static_assert(PICO_STDIO_USB_LOW_PRIORITY_IRQ >= NUM_IRQS - NUM_USER_IRQS, "");
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_threadsafe_background.c14 static async_context_threadsafe_background_t *async_contexts_by_user_irq[NUM_USER_IRQS];
/hal_rpi_pico-latest/src/rp2_common/hardware_irq/
Dirq.c684 …int bit = hw_claim_unused_from_range(user_irq_claimed_ptr(), required, 0, NUM_USER_IRQS - 1, "No u… in user_irq_claim_unused()