Part Number: EK-TM4C123GXL
I pulled the info from the peripheral guide regarding GPIOIntStatus(). It talks about masked or raw interrupt status, depending on bMasked. Which mask? Would that be pins identified in the GPIOIntEnable() function? Examples seem to be split on whether bMasked is false or true.
Thank you,
John
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPIOIntStatus
Gets interrupt status for the specified GPIO port.
Prototype: uint32_t GPIOIntStatus(uint32_t ui32Port, bool bMasked)
Parameters:
ui32Port is the base address of the GPIO port.
bMasked specifies whether masked or raw interrupt status is returned.
Description: If bMasked is set as true, then the masked interrupt status is returned; otherwise, the raw interrupt status is returned.