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.

PROCESSOR-SDK-AM64X: GPIO Interrupt - Clear functions

Part Number: PROCESSOR-SDK-AM64X

References:

[1] TRM AM64x - SPRUIM2B – MAY 2020 – REVISED JUNE 2021

[2] GPIO example provided: software-dl.ti.com/.../DRIVERS_GPIO_PAGE.html

Dear Support,

the example from [2] is using two clear functions:

GPIO_clearBankIntrStatus()
GPIO_clearIntrStatus()

Exactly which registers from [1] are cleared using these functions?

For example: is GPIO_INTSTAT01 from [1] chapter 12.1.2.6 cleared?

Thank you.