Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/irq/
Dfsl_irq.c20 static IRQ_Type *const s_irqBases[] = IRQ_BASE_PTRS; variable
47 for (instance = 0; instance < ARRAY_SIZE(s_irqBases); instance++) in IRQ_GetInstance()
49 if (s_irqBases[instance] == base) in IRQ_GetInstance()
55 assert(instance < ARRAY_SIZE(s_irqBases)); in IRQ_GetInstance()