Part Number: EK-TM4C123GXL
On the TM4C123GXL I am trying to figure out the correct way to set the interrupt priority for a GPIO input.
I have configure GPIO pin PF4 as an interrupt to be trigger on a falling edge but when setting the priority level using the IntPrioritySet(uint32_t ui32Interrupt, uint8_t ui8Priority) function in interrupt.h I am unsure if for the interrupt parameter I use INT_GPIOP4 or INT_GPIOF macro or a combination of the two?
Any responses are appreciated.