![]() |
MCUXpresso SDK API Reference Manual
Rev. 0
NXP Semiconductors
|
The MCUXpresso SDK provides a peripheral driver for the external interrupt (IRQ) module of MCUXpresso SDK devices.
The IRQ Initialize is to initialize for common configure: gate the IRQ clock, configure enabled IRQ pins for pullup, edge select and detect mode, then enable the IRQ module. The IRQ Deinitialize is used to ungate the clock.
The IRQ provides the function to enable/disable interrupts. IRQ still provides functions to get and clear IRQF flags.
Refer to the driver examples codes located at <SDK_ROOT>/boards/<BOARD>/driver_examples/irq