32 #ifndef __GPIOPININT_001_H_
33 #define __GPIOPININT_001_H_
35 #include "sys_config.h"
63 typedef enum IP_GPIOPININT_MODE {
91 return (
bool) (((pGPIOPININT->
IST) >> PortNum) & 0x01);
102 if (!(pGPIOPININT->
ISEL & (1 << PortNum))) {
103 pGPIOPININT->
IST |= (1 << PortNum);