![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "gpioint_001.h"Go to the source code of this file.
Functions | |
| void | IP_GPIOINT_IntCmd (IP_GPIOINT_001_T *pGPIOPININT, uint8_t PortNum, uint32_t BitValue, IP_GPIOPININT_MODE_T IntMode) |
| Enable GPIO Interrupt. | |
| bool | IP_GPIOINT_IntGetStatus (IP_GPIOINT_001_T *pGPIOPININT, uint8_t PortNum, uint32_t PinNum, IP_GPIOPININT_MODE_T IntMode) |
| Get GPIO Interrupt Status. | |
| void | IP_GPIOINT_IntClear (IP_GPIOINT_001_T *pGPIOPININT, uint8_t PortNum, uint32_t BitValue) |
| Clear GPIO Interrupt (Edge interrupt cases only) | |