The MCUXpresso SDK provides a peripheral driver for the DPU Interrupt Request Steering (IRQSTEER) module of MCUXpresso SDK devices. The DPU IRQSTEER combines and routes the interrupts in DPU to other subsustems.
|
#define | FSL_DPU_IRQSTEER_DRIVER_VERSION (MAKE_VERSION(2, 0, 0)) |
|
static void DPU_IRQSTEER_EnableInterrupt |
( |
IRQSTEER_Type * |
base, |
|
|
DPU_IRQSTEER_IRQn_Type |
irq |
|
) |
| |
|
inlinestatic |
- Parameters
-
base | DPU IRQSTEER peripheral base address. |
irq | Interrupt to be enabled. |
static void DPU_IRQSTEER_DisableInterrupt |
( |
IRQSTEER_Type * |
base, |
|
|
DPU_IRQSTEER_IRQn_Type |
irq |
|
) |
| |
|
inlinestatic |
- Parameters
-
base | DPU IRQSTEER peripheral base address. |
irq | Interrupt to be disabled. |
static bool DPU_IRQSTEER_IsInterruptSet |
( |
IRQSTEER_Type * |
base, |
|
|
DPU_IRQSTEER_IRQn_Type |
irq |
|
) |
| |
|
inlinestatic |
- Parameters
-
base | DPU IRQSTEER peripheral base address. |
irq | Interrupt source status to be checked. The interrupt must be an IRQSTEER source. |
- Returns
- The interrupt status. "true" means interrupt set. "false" means not.