![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "sys_config.h"#include "cmsis.h"Go to the source code of this file.
Data Structures | |
| struct | IP_GPIOGROUPINT_001_T |
| GPIO grouped interrupt register block structure. More... | |
Functions | |
| STATIC INLINE void | IP_GPIOGP_IntInit (IP_GPIOGROUPINT_001_T *pGPIOGPINT, uint8_t PortComb, uint8_t PortTrigger) |
| GPIO Group Interrupt Pin Initialization. | |
| void | IP_GPIOGP_IntPinAdd (IP_GPIOGROUPINT_001_T *pGPIOGPINT, uint8_t PortNum, uint8_t PinNum, bool ActiveMode) |
| GPIO Group Interrupt Pin Add to Group. | |
| STATIC INLINE void | IP_GPIOGP_IntPinRemove (IP_GPIOGROUPINT_001_T *pGPIOGPINT, uint8_t PortNum, uint8_t PinNum) |
| GPIO Group Interrupt Pin Remove from Group. | |
| STATIC INLINE bool | IP_GPIOGP_IntGetStatus (IP_GPIOGROUPINT_001_T *pGPIOGPINT) |
| Get GPIO Group Interrupt Get Status. | |
| STATIC INLINE void | IP_GPIOGP_IntClear (IP_GPIOGROUPINT_001_T *pGPIOGPINT) |
| Clear GPIO Group Interrupt. | |