![]() |
MCUXpresso SDK API Reference Manual
Rev. 0
NXP Semiconductors
|
The MCUXpresso SDK provides a driver for the Port Control and Interrupts (PORT) module of MCUXpresso SDK devices.
Enumerations | |
enum | port_interrupt_t { kPORT_InterruptOrDMADisabled = 0x0U, kPORT_InterruptLogicZero = 0x8U, kPORT_InterruptRisingEdge = 0x9U, kPORT_InterruptFallingEdge = 0xAU, kPORT_InterruptEitherEdge = 0xBU, kPORT_InterruptLogicOne = 0xCU } |
Configures the interrupt generation condition. More... | |
Driver version | |
#define | FSL_PORT_DRIVER_VERSION (MAKE_VERSION(2, 0, 2)) |
Version 2.0.2. More... | |
#define FSL_PORT_DRIVER_VERSION (MAKE_VERSION(2, 0, 2)) |
enum port_interrupt_t |