This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

problem with gpio interrupt



how to enable the interrupt and how to mention the IntRegister when using Direct Register Access Model???

At Starting I did the Program with inbuilt library function. After that i tried to use the Register directly. while directly accessing the register, I dont know that how to enable an interrupts for normal gpio and how to register the interrupt.

what could be the direct register access for the below libraray function......???

GPIOIntRegister(GPIO_PORTE_BASE, GPIO_IntHandler);

GPIOIntEnable(GPIO_PORTE_BASE, GPIO_INT_PIN_4);