I want to set the polarity for rising edges, for PORTA0,1,2 and want the clock value when each of them encounters a rising edge.
_enable_IRQ();
gioInit(); //initialise the gio driver
gioEnableNotification(gioPORTA,0); //setting as interrupts
gioEnableNotification(gioPORTA,1); //setting as interrupts
gioEnableNotification(gioPORTA,2); //setting as interrupts